ID numeric identity not null primary key, //主键自增
NAME VARCHAR(255) not null,
FLAG int DEFAULT 0, //设置默认值
TIME1 datetime default (getdate())) //设置时间自动获取本地时间
sybase数据库字段区分大小写
NAME VARCHAR(255) not null,
FLAG int DEFAULT 0, //设置默认值
TIME1 datetime default (getdate())) //设置时间自动获取本地时间
sybase数据库字段区分大小写