Update 'README.md'
This commit is contained in:
@@ -22,3 +22,40 @@ $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
|
||||||
|
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user