删除这个demo的数据表创建脚本

This commit is contained in:
lizanle 2015-04-09 10:09:47 +08:00
parent 13273cecf1
commit 590dd0cac5
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
class CreateDiscussDemos < ActiveRecord::Migration
def change
create_table :discuss_demos do |t|
t.string :title
t.text :body
t.timestamps
end
end
end