mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
10 lines
No EOL
246 B
Ruby
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 |