Sha256: 8540207aa0d342a4b6e2de7e6559a29f92fbdba6ba4eda9169f570973a74c496

Contents?: true

Size: 172 Bytes

Versions: 7

Compression:

Stored size: 172 Bytes

Contents

class CreateCustomers < ActiveRecord::Migration
  def change
    create_table :crm_customers do |t|
      t.string :name, null: false

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_git-0.0.10 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.9 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.8 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.7 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.6 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.5 spec/migrations/20130315192821_create_customers.rb
active_git-0.0.4 spec/migrations/20130315192821_create_customers.rb