⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 personproperty.sql

📁 十分好的一个医院管理系统
💻 SQL
字号:
create table personproperty(
district	char(24) not null,	//单位属地
unittype char(24) not null,	//单位类型
persontype char(24) not null,	//人员类型
personpay numeric(6,2) not null,		//个人筹款参数
unitpay numeric(6,2) not null,		//单位筹款参数
otherpay numeric(6,2) not null,		//其它途径筹款
persondis numeric(6,2) not null,		//个人帐户配置参数
unitdis numeric(6,2) not null,		//个人帐户配置参数
otherdis numeric(6,2) not null,		//个人帐户配置参数
wbcode char(10) null,					//五笔码
pycode char(10) null,					//拼音码
effectflag tinyint not null,			//有效标志
constraint p_pproperty primary key nonclustered (district,unittype,persontype) on 'default');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -