DeckMovesTable

table

Breakdex::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

\u2190 Reads 2

decks_tablemoves_table

Answers

Columns

NameTypeConstraints
deck_idtextNOT NULL
move_idtextNOT NULL

Primary Key

deck_id, move_id

Foreign Keys

deck_id \u2192 decks
move_id \u2192 moves