|
Managing
|
Top Previous Next |
| This option will let you "dig in" to the schema itself, where you can change the options, settings, and behaviour of the table.
|
| This will regenerate the schema based on the table structure in the database. When a table is altered (ie: you add or delete a column), the schema definition is not automatically updated to reflect the change. Use this utility to redefine the schema to use the columns that are actually in the table. Any settings that you'd previously had will remain for all columns that exist in both the old and new table structure.
|
| This will remove the schema definition from the database. This does NOT drop the table or affect your actual data in any way. It simply removes the schema definition (and perhaps your ability to use a form to enter data into the table).
|
| This will make a copy of the schema, with a new name. Useful for creating multiple "input forms" for certain tables, to be used by different users.
|