diff --git a/README.md b/README.md index a47c718..ea60f8c 100755 --- a/README.md +++ b/README.md @@ -21,4 +21,41 @@ $table->removeColumn('idb'); $table->save(); 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 + ``` \ No newline at end of file