test/dummy/db/schema.rb in action_access-0.0.3 vs test/dummy/db/schema.rb in action_access-0.1.0

- old
+ new

@@ -11,13 +11,13 @@ # # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema.define(version: 20140926071026) do - create_table "users", force: true do |t| + create_table "users", force: :cascade do |t| t.string "username" - t.string "role" - t.datetime "created_at" - t.datetime "updated_at" + t.string "roles" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false end end