mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add legal name for companies.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Marechai.Database.Migrations
|
||||
protected override void BuildModel(ModelBuilder modelBuilder)
|
||||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder.HasAnnotation("ProductVersion", "3.1.4").HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
modelBuilder.HasAnnotation("ProductVersion", "3.1.6").HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
|
||||
modelBuilder.Entity("Marechai.Database.Models.ApplicationRole", b =>
|
||||
{
|
||||
@@ -453,6 +453,8 @@ namespace Marechai.Database.Migrations
|
||||
|
||||
b.Property<bool>("FoundedMonthIsUnknown").HasColumnType("bit(1)");
|
||||
|
||||
b.Property<string>("LegalName").HasColumnType("longtext CHARACTER SET utf8mb4");
|
||||
|
||||
b.Property<string>("Name").IsRequired().ValueGeneratedOnAdd().HasColumnName("name").
|
||||
HasColumnType("varchar(128)").HasDefaultValueSql("''");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user