Sha256: 1108c3787e7b9946462597d6ae5d9829062ce05d576dbdef890b5e56d42093f5
Contents?: true
Size: 249 Bytes
Versions: 72
Compression:
Stored size: 249 Bytes
Contents
class AddAdminsTable < ActiveRecord::Migration def change create_table :admins do |t| t.string :first_name t.string :last_name t.string :email t.string :password_digest t.timestamps null: false end end end
Version data entries
72 entries across 72 versions & 1 rubygems