public override void Apply() { Database.AddColumn("Orders", new Column("OrderConfirmed", DbType.Boolean, ColumnProperty.NotNull, false)); }