Table: onetime_charge_type_account

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK onetime_charge_type_key decimal(15)   onetime_charge_type fk_onetime_charge_type_acct1
2. PK category tinyint      
3.   account_key decimal(15)   account fk_onetime_charge_type_acct2
Foreign Keys
Column References Foreign Key Name
Table Column
account_key account account_key fk_onetime_charge_type_acct2
onetime_charge_type_key onetime_charge_type onetime_charge_type_key fk_onetime_charge_type_acct1
Check Constraints
Name Definition
cc_onetime_chrg_type_acct_cat ([category]>=(1) AND [category]<=(99))
Indices
Index Name Unique Column Name Asc Or Desc
pk_onetime_charge_type_account true onetime_charge_type_key Asc
    category