| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| created | Date | ||
| deleted | Date | Date this time code was deleted | |
| name | String | Short name | |
| description | String | Description | |
| company_id | Integer | db_company.id | |
| ref_no | String | Accounting code | |
| is_taxable | Boolean (t or f) | ||
| is_costable | Boolean (t or f) | if true, time entries filed against this time code will be marked as costable by default |