Sha256: f6de69fa12134e3c7d0b446b7668507d68b856007194b53221503b62abdad7c0
Contents?: true
Size: 240 Bytes
Versions: 30
Compression:
Stored size: 240 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :email t.string :password t.text :comments t.string :status t.string :misc t.timestamps end end end
Version data entries
30 entries across 30 versions & 2 rubygems