/ ****** 개체: 테이블 [dbo]. [TBLARMYLIST1]. 스크립트 날짜: 2004-05-10 오후 5:33:50 ***** /
Create Table [DBO]. [TBLARMYLIST1] (
[ID] [INT] Identity (1, 1) Not NULL,
[Mark] NOT NULL,
[State] [int] Not null,
[Camp] [tinyint] Not null,
[Name] [varchar] (10) Collate Korean_wansung_ci_as not null,
[Commander] [VARCHAR] (14) Collate Korean_wansung_ci_as NT NULL,
[Password] [varchar] (20) Collate Korean_wansung_ci_as not null,
[CREATETIME] NOT NULL,
[ActivityPeriod] [DateTime] Not null,
[NOTE] [VARCHAR] (166) Collate Korean_wansung_ci_as not null,
[Armybasescore] [int] Not null
) On [primary]
Go