Sha256: 91e07d543c76b3d575be2699c500eb7b00c449761e19caf563601d2e4334167d

Contents?: true

Size: 310 Bytes

Versions: 9

Compression:

Stored size: 310 Bytes

Contents

class CreateLogisticsCoreCustomsOffices < ActiveRecord::Migration[5.0]
  def change
    create_table :logistics_core_customs_offices do |t|
      t.string :code, null: false, unique: true
      t.string :name, null: false, unique: true
      t.text :location, null: false

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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