Saved Tables and Draft box
Who this is for
For users who maintain multiple tables long term, switch plans repeatedly, and organize schemas by project.
What this solves
You can manage temporary designs and formally saved versions separately, reduce accidental operation risks through folders and trash, and explore different schemes in parallel via multiple drafts.
Steps
- In the Table Config area, click save and enter a name. Result: the current table is added to "Saved Tables" and can be loaded repeatedly; if the table uses
Schema Name, it is saved together with the rest of the table config. - Click
Saved Tablesto open the side drawer, then search by name or database type. Result: you can locate target tables quickly. - Select a saved table and load it into the workspace. Result: the current editing area switches to that table and shows loaded status;
Schema Name, table name, fields, and indexes are restored together. - For renaming, run
Renamefrom the list. Result: naming becomes cleaner. - For cleanup, run
Deletefrom the list. Result: the table moves to trash instead of disappearing immediately; if deleted by mistake, clickRestorefrom trash. - For thorough cleanup, enter trash and execute
Empty Trash. Result: tables in trash are permanently deleted and cannot be recovered; please confirm before proceeding. - Use
Create folder, drag table items, and drag folders to organize structure. Result: tables in the same business domain can be grouped and the list becomes clearer. - To return to temporary work, switch to
Draft boxor a draft in the left workspace sidebar. Result: you can continue unnamed drafts without affecting saved tables; draftSchema Nameis also preserved with the workspace. Multiple drafts can coexist and be quickly switched via the sidebar. - After signing in, folder structure, trash state, and drafts sync incrementally with saved tables. Result: when you sign in on another device, saved tables, folder groupings, trash, and drafts are restored automatically.
- When you need to check sync status, click your profile in the header, open
Settings, go to theWorkspace Synctab, and clickSync now. Result: the system pulls cloud changes, pushes local pending changes, and refreshes local sync state; if conflicts appear, Settings shows the pending count and conflict details. - When you need to manually back up or restore, use
Upload to cloudorDownload from cloudin theWorkspace Synctab. Result: you can upload the full workspace (saved tables, drafts, folders, and trash) from this device to the cloud, or download from the cloud to overwrite the current device; both actions require confirmation to avoid accidental overwrite. - When signing in for the first time, if anonymous local data exists in the browser, a migration prompt appears. Result: after starting the migration, saved tables, drafts, and folders from the anonymous workspace are bound to your account; if there are naming conflicts, the system automatically saves copies without overwriting existing cloud content.
Done when
- Frequently used tables are saved with names and can be loaded from the list reliably.
- Folder hierarchy is organized by project or business domain.
- After switching between Draft box and saved tables, workspace state matches expectation.
- If the table uses a schema, the combination of
Schema Nameand table name remains consistent after reload. - After signing in, folders, drafts, and saved tables stay consistent across devices;
Sync nowin Settings refreshes sync state. - Deleted tables can be found in trash and restored as needed.
Common pitfalls
- For a loaded but unmodified table, the save button may be disabled. This prevents meaningless overwrite.
- If older data used
schema.tableinside the table name itself, the system will split it intoSchema Nameand bare table name when loading. Spot-check once after load. - Deleted tables default to trash, not permanent deletion; only emptying trash makes them unrecoverable.
- If you mistake a draft for a saved table, the named record may look missing after refresh. Manually save at key milestones.
- Without signing in, folders, drafts, and saved tables are kept only in the current browser's local storage. They cannot be recovered after switching devices or clearing browser data. Sign in first if you want cross-device access.
- In multi-tab mode, loading a new table while the current tab has unsaved changes will prompt to save, preventing accidental loss.
- Manual
Upload to cloudandDownload from cloudoverwrite the full workspace in the selected direction, so confirm which version is the target before running them.