Open timsehn opened 2 years ago
This happens because we create the table, then add foreign keys after it exists. The same is true for other table features (checks).
To fix this, we need to define additional interfaces that make table creation with all supported features atomic.
The same issue almost certainly applies to ALTER TABLE
statements with more than one clause.
When piped in as a SQL statement the table is not created as in #3023.