Sha256: 62bf8f2d1bd8441314d931c1fdb7ff9930979b4a723b3ce9c611a322402e3821
Contents?: true
Size: 326 Bytes
Versions: 10
Compression:
Stored size: 326 Bytes
Contents
class CreateCompanies < ActiveRecord::Migration def change create_table :companies do |t| t.references :user t.string :name t.string :street t.string :number t.string :neighborhood t.string :city t.string :state t.string :country t.boolean :active end end end
Version data entries
10 entries across 10 versions & 1 rubygems