sip_account_patron_attributes

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
sip_account_patron_attribute_id INT 10 null
sip_account_id INT 10 null
sip_accounts.sip_account_id sip_account_patron_attributes_ibfk_1 C

Foreign key to sip_accounts.sip_account_id

field VARCHAR 80 null

SIP field name e.g. XY

code VARCHAR 80 null

Patron attribute code as in borrower_attribute_types.code

Indexes

Constraint Name Type Sort Column(s)
sip_account_patron_attributes_s_pk Primary key Asc sip_account_patron_attribute_id
PRIMARY Must be unique Asc sip_account_patron_attribute_id
sip_account Must be unique Asc/Asc sip_account_patron_attribute_id + sip_account_id
sip_account_patron_attributes_ibfk_1 Performance Asc sip_account_id

Relationships