Sha256: df153ee4bf3b2866e1fbddd0061299313766f11741ebcd0e9faba42c0eea90a0
Contents?: true
Size: 232 Bytes
Versions: 20
Compression:
Stored size: 232 Bytes
Contents
class CreateUsers < ActiveRecord::Migration[4.2] def change create_table :users do |t| t.string :username t.string :email t.string :password_digest t.timestamps null: false, limit: 6 end end end
Version data entries
20 entries across 20 versions & 1 rubygems