Changeset afefe75 for FarmatikoData/Migrations
- Timestamp:
- 02/04/21 21:46:29 (4 years ago)
- Branches:
- master
- Children:
- ac51326
- Parents:
- de9d697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Migrations/20210124191844_InitialMigration.cs
rde9d697 rafefe75 172 172 CreatedOn = table.Column<DateTime>(nullable: false, defaultValueSql: "now()"), 173 173 DeletedOn = table.Column<DateTime>(nullable: true), 174 PheadId = table.Column<int>(nullable: false),174 PheadId = table.Column<int>(nullable: true), 175 175 HeadId = table.Column<int>(nullable: true), 176 MedicineId = table.Column<int>(nullable: false)176 MedicineId = table.Column<int>(nullable: true) 177 177 }, 178 178 constraints: table =>
Note:
See TracChangeset
for help on using the changeset viewer.