📄 consproperty.sql
字号:
create table consproperty(
hosdistrict char(24) not null, //医院属地
persontype char(24) not null, //个人类型
personcons numeric(4,2) not null, //个人自付比例
wbcode char(10) null, //五笔码
pycode char(10) null, //拼音码
effectflag tinyint not null, //有效标志。1-有效;0-禁止
updateflag char(30) null, //更新标志
constraint p_cproperty primary key nonclustered (hosdistrict,persontype) on 'default');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -