From 235c58d1a99abfca13fc362af4c36cf7eeee62dc Mon Sep 17 00:00:00 2001 From: ahwelp Date: Sun, 14 Jun 2020 04:11:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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