Mysql Workbench 學(xué)習(xí)
系統(tǒng)
2802 0
1.安裝
http://dev.mysql.com/downloads/tools/workbench/
選擇合適的,下載(以Ubuntu 為例)
cd到下載目錄,然后sudo dpkg -i workbench.deb
有依賴關(guān)系未解決的話,sudo apt-get -f install
2.初級(jí)教程百度文庫
http://wenku.baidu.com/link?url=SfWJxUMd-mQAB7uHoo2fUsowkKoGRv1_B4gSkiB2lcaZ36UG7lHunwPOjXZL7RQty2cltS8G59ikJDPm5yVT0O0s50AfrVgRlkrGQGboUx7
3.
[intrinsic column flags] (基本字段類型標(biāo)識(shí))
- PK: primary key (column is part of a pk) 主鍵
- NN: not null (column is nullable) 非空
- UQ: unique (column is part of a unique key) 唯一
- AI: auto increment (the column is auto incremented when rows are inserted) 自增
[additional data type flags, depend on used data type] 擴(kuò)展數(shù)據(jù)類型標(biāo)記
?
- BIN: binary (if dt is a blob or similar, this indicates that is binary data, rather than text) 二進(jìn)制(比text更大的二進(jìn)制數(shù)據(jù))
- UN: unsigned (for integer types, see docs: “10.2. Numeric Types”) 整數(shù)
- ZF: zero fill (rather a display related flag, see docs: “10.2. Numeric Types”)值中最有意義的字節(jié)總為0,并且不保存。 ?
?
?
Mysql Workbench 學(xué)習(xí)
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061
微信掃一掃加我為好友
QQ號(hào)聯(lián)系: 360901061
您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對(duì)您有幫助就好】元