Sha256: b69f31aeff79ebcc2c138b3a86482c641fb400bbe1ce8ef6e6bbf9e5ddb229f9

Contents?: true

Size: 329 Bytes

Versions: 8

Compression:

Stored size: 329 Bytes

Contents

class CreateComableShipmentMethods < ActiveRecord::Migration
  def change
    create_table :comable_shipment_methods do |t|
      t.boolean :activated_flag, null: false, default: true
      t.string :name, null: false
      t.integer :fee, null: false
      t.string :traking_url
      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
comable-core-0.7.1 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable-core-0.7.0 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable-core-0.7.0.beta2 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable-core-0.7.0.beta1 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable-core-0.6.0 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable_core-0.5.0 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable_core-0.4.2 db/migrate/20140921191416_create_comable_shipment_methods.rb
comable_core-0.4.1 db/migrate/20140921191416_create_comable_shipment_methods.rb