Commit f56eb516 by Dao Minh Nhut

commit

parent c148d65e
......@@ -15,7 +15,7 @@ ActiveRecord::Schema.define(version: 20150721071537) do
create_table "categories", force: :cascade do |t|
t.string "name", limit: 255
t.string "description", limit: 255
t.string "description", limit: 65535
t.string "image", limit: 255
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
......@@ -25,7 +25,7 @@ ActiveRecord::Schema.define(version: 20150721071537) do
t.string "name", limit: 255
t.string "image", limit: 255
t.integer "price", limit: 4
t.string "description", limit: 255
t.string "description", limit: 65535
t.integer "category_id", limit: 4
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment