Table: billing_type

Columns
  Column Name Data Type Default
Value
References
Table
Foreign Key
Name
1. PK billing_type_key decimal(15)      
2.   code varchar(25)      
3.   description varchar(128)      
Referenced from
Table Column Foreign Key Name
project billing_type_key fk_project7
task billing_type_key fk_task4
Indices
Index Name Unique Column Name Asc Or Desc
pk_billing_type true billing_type_key Asc
idx_billing_type1 true code Asc