love聊網路那點事:
步驟:database=>generatedatabase
匯出的指令碼需要調整的地方有:
mysql5.5測試結果:
1:帶有autocreament的字段,主鍵約束要放在建表語句中,不能在外面通過alter加入。因為該欄位必須是主鍵。
例如:create table t_sys_group
(id int not null auto_increment,
group_name varchar(10) not null,
description varchar(255),
builder varchar(10) not null,
build_time datetime not null,
primary key(id)
);#alter table t_sys_group
# add primary key (id);
PowerDesigner匯出word表結構
選擇資料庫型別,本文選擇oralce,點選確認,2.2 選擇相關的sql指令碼,最後點選確定,生成pdm檢視。3.1 點選report reports templates 進入report模版頁面 3.3 點選report generate reports 進入匯出頁面 3.4 進行相關配置後,在f...
PowerDesigner匯出表到word
一 模版修改 在匯出表時,powerdesigner預設為我們提供了很多的模版,在工具欄中選擇 report report template 即可看到所有的預設模版。如圖一 圖一 模版列表 這裡我們為了匯出powerdesigner中建立的表,在工具欄中選擇 report reports 快捷鍵ct...
PowerDesigner匯出表到word
一 模版修改 在匯出表時,powerdesigner預設為我們提供了很多的模版,在工具欄中選擇 report report template 即可看到所有的預設模版。如圖一 圖一 模版列表 這裡我們為了匯出powerdesigner中建立的表,在工具欄中選擇 report reports 快捷鍵ct...