| Table: dbo.State_Local_Amount_Code_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| state_local_amount_code_type_KEY | int (4) | NOT NULL | Primary Key |
| state_local_amount_code | nvarchar (4) | NOT NULL | State/Local Amount Code - used for Vendor Electronic payments. |
| description | nvarchar (30) | NOT NULL | Related description for user. |
| Primary key | |||
| Name | Columns | Description | |
| PK_State_Local_Amount_Code_Type | state_local_amount_code_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_State_Local_Amount_Code_Type$state_local_amount_code | state_local_amount_code | ||