Commit 4548a0ce41d7953b839224ea02a539de136c1ea0
1 parent
1b3043b8
Exists in
master
and in
29 other branches
ActionItem6: Removing column
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@175 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
db/migrate/007_create_enterprises.rb
1 | class CreateEnterprises < ActiveRecord::Migration | 1 | class CreateEnterprises < ActiveRecord::Migration |
2 | def self.up | 2 | def self.up |
3 | create_table :enterprises do |t| | 3 | create_table :enterprises do |t| |
4 | - t.column :name, :string | ||
5 | t.column :address, :string | 4 | t.column :address, :string |
6 | t.column :contact_phone, :string | 5 | t.column :contact_phone, :string |
7 | t.column :contact_person, :string | 6 | t.column :contact_person, :string |