Sha256: 9ff9af6ab3ed5a088050105c70c963fc37d24483728c8be00ac44c4ffcdb3409
Contents?: true
Size: 235 Bytes
Versions: 12
Compression:
Stored size: 235 Bytes
Contents
class CreateSpinaUsers < ActiveRecord::Migration def change create_table :spina_users do |t| t.string :name t.string :email t.string :password_digest t.boolean :admin t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems