Create a table to hold the following data items for a job posting:
Citizen
Created Date
Title
Continent
Region
Remote (yes/no)
Description (free-form, Markdown)
Needed By Date
Last Updated Date
Expired (yes/no)
Filled Here (yes/no)
Create the accompanying C# model and EF Core DbSet.
Modify the success story table to include "source", and fill all existing rows with "profile" as the source. ("posting" will be the other)
Create a table to hold the following data items for a job posting:
- Citizen
- Created Date
- Title
- Continent
- Region
- Remote (yes/no)
- Description (free-form, Markdown)
- Needed By Date
- Last Updated Date
- Expired (yes/no)
- Filled Here (yes/no)
Create the accompanying C# model and EF Core `DbSet`.
Modify the success story table to include "source", and fill all existing rows with "profile" as the source. ("posting" will be the other)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Create a table to hold the following data items for a job posting:
Create the accompanying C# model and EF Core
DbSet.Modify the success story table to include "source", and fill all existing rows with "profile" as the source. ("posting" will be the other)
Table creation is done, and
DbContextis valid with new fields added