Changeset 5b42c8d for iknow-api/Migrations/20251022202014_InitialCreate.cs
- Timestamp:
- 10/22/25 22:40:03 (11 months ago)
- Branches:
- master
- Children:
- 41e4f9f
- Parents:
- d025ba3
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251022202014_InitialCreate.cs
rd025ba3 r5b42c8d 23 23 Index = table.Column<string>(type: "text", nullable: true), 24 24 Email = table.Column<string>(type: "text", nullable: true), 25 Password = table.Column<string>(type: "text", nullable: true),25 PasswordHash = table.Column<string>(type: "text", nullable: true), 26 26 Bday = table.Column<DateTime>(type: "timestamp with time zone", nullable: false), 27 27 CreatedAt = table.Column<DateTime>(type: "timestamp with time zone", nullable: false),
Note:
See TracChangeset
for help on using the changeset viewer.
