Sha256: 9f7afab8af5e85461ef78dcd7c0c87b39192e725cfe015546b09173241c1a444

Contents?: true

Size: 229 Bytes

Versions: 9

Compression:

Stored size: 229 Bytes

Contents

class CreateLogisticsCoreStandardRemarks < ActiveRecord::Migration[5.1]
  def change
    create_table :logistics_core_standard_remarks do |t|
      t.string :code
      t.string :description

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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