account_mapping


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INTEGER 2000000000 null
strategy_id TEXT 2000000000 null
csv_import_strategy.id C
value_pattern TEXT 2000000000 null
account_id INTEGER 2000000000 null
account.id C
created_at INTEGER 2000000000 null
updated_at INTEGER 2000000000 null

Indexes

Constraint Name Type Sort Column(s)
account_mapping_s_pk Primary key Asc id
idx_account_mapping_account Performance Asc account_id
idx_account_mapping_global_unique Must be unique Asc value_pattern
idx_account_mapping_strategy Performance Asc strategy_id
sqlite_autoindex_account_mapping_1 Must be unique Asc/Asc strategy_id + value_pattern

Relationships