diff --git a/db/migrate/007_create_enterprises.rb b/db/migrate/007_create_enterprises.rb index 9771197..11f1c75 100644 --- a/db/migrate/007_create_enterprises.rb +++ b/db/migrate/007_create_enterprises.rb @@ -1,7 +1,6 @@ class CreateEnterprises < ActiveRecord::Migration def self.up create_table :enterprises do |t| - t.column :name, :string t.column :address, :string t.column :contact_phone, :string t.column :contact_person, :string -- libgit2 0.21.2