grape-active_model_serializers/spec/db/schema.rb
2013-04-04 20:10:51 +01:00

10 lines
No EOL
246 B
Ruby

ActiveRecord::Schema.define(version: 20130403105356) do
create_table "users", force: true do |t|
t.string "username"
t.string "first_name"
t.string "last_name"
t.datetime "created_at"
t.datetime "updated_at"
end
end