JCM Table: dbo.LT Provinces

From Sherlock Software
Revision as of 15:06, 3 January 2022 by Sherlock (talk | contribs) (Created page with "===TABLE NAME: dbo.LT_Provinces=== Province control table. {| class="wikitable" |- ! Col ID !! Name !! Data Type !! Description |- | 1 || ProvinceID || smallint || Province ID...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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