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:
@@ -13,7 +13,8 @@ namespace Marechai.Database.Migrations
|
||||
{
|
||||
Id = table.Column<int>().
|
||||
Annotation("MySql:ValueGenerationStrategy", MySqlValueGenerationStrategy.IdentityColumn),
|
||||
Name = table.Column<string>(), CompanyId = table.Column<int>(nullable: true)
|
||||
Name = table.Column<string>(),
|
||||
CompanyId = table.Column<int>(nullable: true)
|
||||
}, constraints: table =>
|
||||
{
|
||||
table.PrimaryKey("PK_DocumentCompanies", x => x.Id);
|
||||
|
||||
Reference in New Issue
Block a user