From 272ad459432a147c50a59a9239468438b2c2f6f9 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Thu, 7 Nov 2013 12:23:45 +0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e8d3dff..035f93a4 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ FYI, AutoMigrate will only add new columns, won't change column's type or delete If table doesn't exist when AutoMigrate, it will run create table automatically. +(only postgres and mysql supported) + ```go db.AutoMigrate(User{}) ```