Beispiel #1
0
 public Database(IMigrationContext context)
 {
     _context  = context;
     _tables   = new TableCollection(_root);
     _schemata = new SchemaCollection(_root);
 }
Beispiel #2
0
 public ExistingSchema(AlterSchemaCommand command)
 {
     _command = command;
     _tables  = new TableCollection(command);
 }