Sha256: e8c16146ebb77969bc892378b15c4aa3b69ddac699d9b1236a534b6f3d627c4f

Contents?: true

Size: 245 Bytes

Versions: 9

Compression:

Stored size: 245 Bytes

Contents

class CreateLogisticsCoreDeclarants < ActiveRecord::Migration[5.0]
  def change
    create_table :logistics_core_declarants do |t|
      t.string :first_name
      t.string :last_name
      t.string :number

      t.timestamps
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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