Sha256: fc1eb35821a7b300b7e1b871b41c66281c2534e8e96f993d6f6f97c859e0087a
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
class CreateCompanies < ActiveRecord::Migration def change create_table :companies do |t| t.string :customer_support_phone t.string :phone t.string :name t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems