Sha256: 2a75615e233d38151428d1f6ae39115e25b3fbc92d4f5c1d2ba1546a2a93be53

Contents?: true

Size: 310 Bytes

Versions: 3

Compression:

Stored size: 310 Bytes

Contents

class CreateEcomCoreTakeoffCalculators < ActiveRecord::Migration[6.0]
  def change
    create_table :ecom_core_takeoff_calculators do |t|
      t.string :name, unique: true
      t.boolean :is_custom_calculator, null: false, default: false
      t.jsonb :input_parameters

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecom_core-1.2.34 db/migrate/20191119012027_create_ecom_core_takeoff_calculators.rb
ecom_core-1.2.33 db/migrate/20191119012027_create_ecom_core_takeoff_calculators.rb
ecom_core-1.2.32 db/migrate/20191119012027_create_ecom_core_takeoff_calculators.rb