When I export a table, it appears to write all the code needed for creating the table, but I noticed that it exports primary key constraints, but not a single foreign key constraint.
Is possible to export all the code needed to reproduce the table, including the foreign keys?
I'm worried about what else it may not be exporting. The SQL tab correctly lists the code for the creation of the foreign keys, but it does not list the code for filling the rows with data.