AuraPresetsTable
tableBreakdex::DataStores::AuraPresetsTable
Named presets for aura link graph configurations
Presets save a named snapshot of graph visualization settings. The default preset loads automatically. Breakdancers can create multiple presets to explore different flow perspectives.
Relationships
Depends On 1
aura_dao
Reads From 1
aura_links_table
Breaks If 1
multiple_defaults_allowed
Data Access
Reads 1
aura_links_table
Answers
Columns
| Name | Type | Constraints |
|---|---|---|
| id | text | NOT NULL |
| name | text | NOT NULL MIN: 1 |
| is_default | int | NOT NULL DEFAULT: 0 |
| created_at | datetime | NOT NULL DEFAULT: now |
Primary Key
id