DeckMovesTable
tableBreakdex::DataStores::DeckMovesTable
Join table linking manual decks to their hand-picked moves
Only used by manual deck_type decks. Each row assigns a move to a deck. Smart decks ignore this table entirely — they compute membership via filter_criteria at query time.
Relationships
Depends On 1
decks_dao
Reads From 2
decks_tablemoves_table
Breaks If 1
cascade_delete_disabled
Data Access
Reads 2
decks_tablemoves_table
Answers
Columns
| Name | Type | Constraints |
|---|---|---|
| deck_id | text | NOT NULL |
| move_id | text | NOT NULL |
Primary Key
deck_id, move_idForeign Keys
deck_id \u2192 decksmove_id \u2192 moves