Sha256: 96051cd9e3bafe860fa4adcc39a748c5f1926f4fb33f30feb2502151fdc2b7bc
Contents?: true
Size: 265 Bytes
Versions: 23
Compression:
Stored size: 265 Bytes
Contents
class CreateGutsUsers < ActiveRecord::Migration def change create_table :guts_users do |t| t.string :name t.string :email t.string :password_digest t.string :password_token, null: true t.timestamps null: false end end end
Version data entries
23 entries across 23 versions & 1 rubygems