已生成:2015-05-27 20:56:06
伺服器:postgresql 9.4 (localhost:5432)
資料庫:v9
架構:public 名稱
資料型別
非空?主鍵?
預設注釋
autoid
integer是是
nextval('b_inoutitem_autoid_seq'::regclass)
piddomain_id否否
code
domain_code否否
**name
domain_name否否
名稱useflag
domain_integer否否
使用標誌
notes
domain_notes160否否
備註op
domain_op否否
建立人opdt
domain_opdt否否
最後更新時間
direction
domain_name否否
收支方向
classname
domain_name否否
條目分類
feeclass
domain_name否否
費用歸集
abbscode
domain_code否否
簡碼 名稱
型別定義
注釋b_inoutitem_autoid_key
主鍵(autoid)
報告已生成
pgadmin iii
建立資料表和修改資料表
建立表 sql中建立和刪除資料庫物件的語句被稱為資料定義語言 data definition language,ddl 操作這些物件中資料的語句被稱為資料操作語言 data manipulation language,dml 建立語句屬於ddl,用create table命令 create temp...
庫房資料表
已生成 2015 05 23 08 33 49 伺服器 postgresql 9.4 localhost 5432 資料庫 v9 架構 public 名稱 資料型別 非空?主鍵?預設注釋 autoid integer是是 nextval b warehouse autoid seq regclass...
資料表操作
1 建立資料表 create table if not exists table name column name data type,2 檢視資料表 show tables show tables from mysql 3 檢視資料表結構 show columns from tbl name 4 ...