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