| Table: dbo.Form_W2G_Wager_Type | |||
| Table to identify the various types of wagers for use by the W-2G. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_W2G_wager_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (10) | NOT NULL | Description of the W-2G wager type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_W2G_Wager_Type | form_W2G_wager_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_W2G_Wager_Type$description | description | ||