Please enable JavaScript.
Coggle requires JavaScript to display documents.
資料庫欄位 - Coggle Diagram
資料庫欄位
-
[employees],Table
員工
-
seq:int,auto_increment
唯一碼pk
-
-
-
-
address:string,nvarchar(255)
地址
-
-
-
-
-
-
-
-
[user],Table
會員
-
seq:int,auto_increment
唯一碼pk
-
-
-
-
address:string,nvarchar(255)
地址
-
-
-
-
-
[dept]部門資訊及組織架構
seq:int,auto_increment
部門序號
-
-
-
-
-
-
-
-
-
-
-
-