mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add magazine issue number.
This commit is contained in:
@@ -1896,6 +1896,8 @@ namespace Marechai.Database.Migrations
|
||||
|
||||
b.Property<DateTime>("CreatedOn").ValueGeneratedOnAdd().HasColumnType("datetime(6)");
|
||||
|
||||
b.Property<uint?>("IssueNumber").HasColumnType("int unsigned");
|
||||
|
||||
b.Property<long>("MagazineId").HasColumnType("bigint");
|
||||
|
||||
b.Property<string>("NativeCaption").HasColumnType("varchar(255) CHARACTER SET utf8mb4");
|
||||
|
||||
Reference in New Issue
Block a user