mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Code re-style.
This commit is contained in:
@@ -43,8 +43,10 @@ namespace Marechai.Database.Migrations
|
||||
UpdatedOn = table.Column<DateTime>(nullable: false).
|
||||
Annotation("MySql:ValueGenerationStrategy",
|
||||
MySqlValueGenerationStrategy.ComputedColumn),
|
||||
Type = table.Column<byte>(nullable: false), Text = table.Column<string>(nullable: false),
|
||||
Side = table.Column<short>(nullable: true), Layer = table.Column<short>(nullable: true),
|
||||
Type = table.Column<byte>(nullable: false),
|
||||
Text = table.Column<string>(nullable: false),
|
||||
Side = table.Column<short>(nullable: true),
|
||||
Layer = table.Column<short>(nullable: true),
|
||||
MediaId = table.Column<ulong>(nullable: false)
|
||||
}, constraints: table =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user