Sha256: e8de0735663d1c369378ca1545881534ec5d603892f322d2dcb2674ef3bb5ef1
Contents?: true
Size: 194 Bytes
Versions: 18
Compression:
Stored size: 194 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.string :username t.string :email t.timestamps end end end
Version data entries
18 entries across 18 versions & 1 rubygems