JCM Table: dbo.LT Provinces
From Sherlock Software
TABLE NAME: dbo.LT_Provinces
Province control table.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | ProvinceID | smallint | Province ID |
| 2 | CountryId | smallint | ID of country |
| 3 | ProvinceName | nvarchar(50) | Province name |
| 4 | Shortname | nvarchar(10) | Province short name |
Back to JCM Database tables