設計思想
設計例項
英文描述
型別
長度
是否主鍵
備註id
int 11
y 主鍵
name
string
255 n
許可權名column_id
int 11
n與許可權分欄字段關聯
permission
string
255 n
與許可權對映表相關聯,許可權操作資訊
create_date
string
255 n
建立時間
create_by
string 25
n建立人
update_date
string
255 n
修改時間
update_by
string 25
n修改人
英文描述
型別
長度
是否主鍵
備註
idint 11
y 主鍵
name
string
255 n
角色名info
string
255 n
角色資訊
create_date
string
255 n
建立時間
create_by
string 25
n建立人
update_date
string
255 n
修改時間
update_by
string 25
n修改人
英文描述
型別
長度
是否主鍵
備註
idstring 20
y人員編號
employee_name
string 10
n人員姓名
birthday
date
n 出生日期
address
string
255 n
居住地***string 2
n 性別
work_experience
string 3
n工作年限
id_number
string 18
n身份證號碼
account_location
string
255 n
戶口所在地
marred
string 10
n婚姻狀況
political_status
string 20
n政治面貌
zip_code_1
string 6
n居住地郵編
zip_code_2
string 6
n戶口所在地郵編
mobile_number
string 11
n聯絡**
emergency_call
string 11
n晉級聯絡**
string 50
n 郵箱
file_location
string
255 n
檔案所在地
file_location_type
string
255 n
檔案管理形式
social_insurance
string 10
n是否繳納社會保險
social_insurance_type
string 20
n保險形式
provident_fund
string 10
n是否繳納公積金
provident_fund_type
string
255 n
公積金形式
social_security_number
string 30
n社保卡號碼
provident_fund_number
string 30
n公積金號碼
social_security_kind
string 10
n社會保險險種
depart_id
string 20
n所屬部門
position_id
string 20
n 職位
entry_time
string 20
n入職時間
employee_state
string 10
n在職狀態1:在職0:離職
create_date
date
n 錄入時間
create_by
string 10
n錄入人
update_date
date
n 更新時間
update_by
string 20
n更新人
英文描述
型別
長度
是否主鍵
備註
idint 11
ypermission
string
255 n
關聯許可權
role_id
int 11
n 關聯角色
create_date
string
255 n
建立時間
create_by
string 25
n建立人
update_date
string
255 n
修改時間
update_by
string 25
n修改人
英文描述
型別
長度
是否主鍵
備註
idint 11
yrole_id
int 11
n 角色id
user_id
string 20
n使用者id
create_date
string
255 n
建立時間
create_by
string 25
n建立人
update_date
string
255 n
修改時間
update_by
string 25
n修改人
許可權設計資料庫結構表
核心提示 許可權許可 create table res permission roleid integer resourceidvarchar2 30 operationid integer primary key roleid,resourceid,operationid 角色定義 create ...
許可權系統 資料庫設計
字段型別 長度釋義 索引約束 menu id int5主鍵 唯一menu code varchar 20選單編碼 唯一 menu name varchar 20選單名稱 menu url varchar 30選單位址 唯一 menu css varchar 30選單圖示 非空 level int1 ...
資料庫表設計
在軟體的開發中,資料庫表的設計是十分基礎和重要的工作。資料庫表是軟體具體實現的基石,如果表設計的不合規範就會出現資料冗餘,跟業務脫節等問題,等出現問題後再做大的調整相應的依賴表的編碼測試等工作也會進行大的調整這樣就會造成極大的資源消耗。因此在專案一開始設計表的時候就要注意表設計的規範性問題。資料庫 ...