Sha256: 9c5294472ae6a451e34d27687876a70c02f93b5f7a4cb18f584c823aac5db44d
Contents?: true
Size: 395 Bytes
Versions: 4
Compression:
Stored size: 395 Bytes
Contents
class AddFieldsToCustomsDetails < ActiveRecord::Migration[7.1] def change add_column :comee_core_customs_details, :mode_of_transport_at_border, :string add_column :comee_core_customs_details, :mode_of_transport_nationality, :string add_column :comee_core_customs_details, :type_of_identification, :string add_column :comee_core_customs_details, :nationality, :string end end
Version data entries
4 entries across 4 versions & 1 rubygems