person_account_ownership


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INTEGER 2000000000 null
revision_id INTEGER 2000000000 1
person_id INTEGER 2000000000 null
person.id C
account_id INTEGER 2000000000 null
account.id C

Indexes

Constraint Name Type Sort Column(s)
person_account_ownership_s_pk Primary key Asc id
idx_person_account_ownership_account Performance Asc account_id
idx_person_account_ownership_person Performance Asc person_id
sqlite_autoindex_person_account_ownership_1 Must be unique Asc/Asc person_id + account_id

Relationships