Sha256: 489fb5845d00b3232afb770625fd1af82a89b6d7b8d103efa8b38b2eef48193a
Contents?: true
Size: 401 Bytes
Versions: 5
Compression:
Stored size: 401 Bytes
Contents
# This file is autogenerated. Instead of editing this file, please use the # migrations feature of ActiveRecord to incrementally modify your database, and # then regenerate this schema definition. ActiveRecord::Schema.define(:version => 1) do create_table "users", :force => true do |t| t.column "username", :string t.column "name", :string t.column "email", :string end end
Version data entries
5 entries across 5 versions & 1 rubygems