Sha256: b412f65989e3cb1424fa1124264f115cffcd699ba3230540c995ec1980933980

Contents?: true

Size: 226 Bytes

Versions: 9

Compression:

Stored size: 226 Bytes

Contents

class CreateLogisticsCoreWeightRanges < ActiveRecord::Migration[5.0]
  def change
    create_table :logistics_core_weight_ranges do |t|
      t.float :weight_from
      t.float :weight_to

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-21.11.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-21.08.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-21.03.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-20.10.3 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-20.10.2 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-20.10.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-20.9.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb
logistics_core-20.8.1 db/migrate/20170106122629_create_logistics_core_weight_ranges.rb