feat(views/table): allow creating relations

This commit is contained in:
Elian Doran
2025-07-18 16:52:13 +03:00
parent 897cdc26ae
commit 0d347f8823
3 changed files with 28 additions and 2 deletions

View File

@@ -287,6 +287,7 @@ export type CommandMappings = {
columnToEdit?: ColumnComponent;
referenceColumn?: ColumnComponent;
direction?: "before" | "after";
type?: "label" | "relation";
};
deleteTableColumn: CommandData & {
columnToDelete?: ColumnComponent;