Sha256: 646300674d7f8f596072b4779a046a40713bf9f594ab07848a7091926176c7d1
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :full_name t.string :address t.string :city t.string :state t.string :postal_code t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems