extension_builder icon indicating copy to clipboard operation
extension_builder copied to clipboard

🐛 [BUG] ext_tables.sql is not being generated, table is missing

Open PKuhlmay opened this issue 2 years ago • 2 comments

The ext_tables.sql file is not being generated, therefore the table for the model is missing.

PKuhlmay avatar Dec 19 '23 22:12 PKuhlmay

is not generated, when there are no properties inside the model.

PKuhlmay avatar Dec 19 '23 22:12 PKuhlmay

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.

PKuhlmay avatar Jan 10 '24 11:01 PKuhlmay