barve, shranjevanje
This commit is contained in:
@@ -168,6 +168,10 @@ namespace ZpcBulletinBoard.Migrations
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<string>("ColorClass")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<string>("Content")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
@@ -178,10 +182,6 @@ namespace ZpcBulletinBoard.Migrations
|
||||
b.Property<int>("IdBulletinBoardPage")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<string>("Title")
|
||||
.IsRequired()
|
||||
.HasColumnType("longtext");
|
||||
|
||||
b.Property<int>("Width")
|
||||
.HasColumnType("int");
|
||||
|
||||
@@ -191,6 +191,9 @@ namespace ZpcBulletinBoard.Migrations
|
||||
b.Property<int>("Y")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int>("Zindex")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.HasKey("IdNote");
|
||||
|
||||
b.HasIndex("IdBulletinBoardPage");
|
||||
|
||||
Reference in New Issue
Block a user