static String deleteTableSource(SchemaTable table) { return 'database.deleteTable("${table.name}");'; }