Cabinet
Cabinet copied to clipboard
Cabinet DBAL. [NO LONGER MAINTAINED]
Results
2
Cabinet issues
Sort by
recently updated
recently updated
newest added
Compiling "table create" with foreign keys fixed. Unit test is in -> test/mysql/tests/TableBuilderTest::testCreateTableWithForeignKeys
In my opinion $foreignKey->constraint should have default value. If constraint is not defined, then you should set up this as `FK_table1_table2_localColumn_foreignColumn`.