movement
This commit is contained in:
@@ -17,9 +17,15 @@ pub struct LinkDefinition {
|
||||
pub enum AddTableFocus {
|
||||
#[default]
|
||||
TableName,
|
||||
Columns,
|
||||
Indexes,
|
||||
Links,
|
||||
// Input areas (placeholders for now)
|
||||
ColumnInput,
|
||||
IndexInput,
|
||||
LinkInput,
|
||||
// Result Tables
|
||||
ColumnsTable,
|
||||
IndexesTable,
|
||||
LinksTable,
|
||||
// Buttons
|
||||
SaveButton,
|
||||
CancelButton,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user