浏览代码

Update 'README.md'

ahwelp 5 年之前
父节点
当前提交
235c58d1a9
共有 1 个文件被更改,包括 37 次插入0 次删除
  1. 37 0
      README.md

+ 37 - 0
README.md

@@ -21,4 +21,41 @@ $table->removeColumn('idb');
 
 
 $table->save();
 $table->save();
 Wrapper::commit();
 Wrapper::commit();
+```
+
+```
+//Data Types
+
+biginteger
+binary
+boolean
+char
+date
+datetime
+decimal
+float
+integer
+smallinteger
+string
+text
+time
+timestamp
+uuid
+
+//Mysql-------------------
+enum 
+set 
+blob 
+bit
+json
+
+//PostgreSql-------------
+interval 
+json 
+jsonb 
+uuid 
+cidr 
+inet 
+macaddr
+
 ```
 ```