Affecto.IdentityManagement.Store.PostgreSql.Migrations.PasswordAdded.Up C# (CSharp) Method

Up() public method

public Up ( ) : void
return void
        public override void Up()
        {
            AddColumn("account", "password", c => c.String(maxLength: 4000));
        }
PasswordAdded