Sha256: d2b34c440621c4b2982d812ae16bfcca7145c27d8f2c064c46e56e1a88fd5836
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :username t.string :email t.string :password_digest t.timestamps null: false end end end
Version data entries
7 entries across 7 versions & 1 rubygems