sip_account_custom_patron_fields

0 rows


Columns

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

Foreign key to sip_accounts.sip_account_id

field VARCHAR 80 null

SIP field name e.g. XY

template VARCHAR 80 null

Template toolkit template

Indexes

Constraint Name Type Sort Column(s)
sip_account_custom_patron_fields_s_pk Primary key Asc sip_account_custom_patron_field_id
PRIMARY Must be unique Asc sip_account_custom_patron_field_id
sip_account Must be unique Asc/Asc sip_account_custom_patron_field_id + sip_account_id
sip_account_custom_patron_fields_ibfk_1 Performance Asc sip_account_id

Relationships