This commit is contained in:
Lukas Eder 2019-10-31 16:19:33 +01:00
parent f1024b9093
commit faad3f34a3

View File

@ -1205,7 +1205,6 @@ final class DDLInterpreter {
private final class InterpretedTable extends TableImpl<Record> {
InterpretedTable(MutableSchema.InterpretedSchema schema) {
// public TableImpl(Name name, Schema schema, Table<?> child, ForeignKey<?, R> path, Table<R> aliased, Field<?>[] parameters, Comment comment, TableType type) {
super(MutableTable.this.name, schema, null, null, null, null, MutableTable.this.comment, MutableTable.this.type);
for (MutableField field : MutableTable.this.fields)