extension_builder
extension_builder copied to clipboard
🐛 [BUG] ext_tables.sql is not being generated, table is missing
The ext_tables.sql file is not being generated, therefore the table for the model is missing.
is not generated, when there are no properties inside the model.
A solution could be, that the model should have at least one property before saving. Because it is not possible to have an empty CREATE TABLE X statement inside the ext_tables.sql file. And without a property, this statement would be empty.