From f62b6c4c316d69d1d288b30758281441d0dc22c3 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 29 Apr 2016 16:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 683475403..8d7b91b55 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,8 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20160427075457) do +ActiveRecord::Schema.define(:version => 20160427061847) do + create_table "activities", :force => true do |t| t.integer "act_id", :null => false t.string "act_type", :null => false