Sha256: 58e2a9579c3d76363ef24abab6caf64cdbd3164ef32bd21f5448b6ae085b0a0d

Contents?: true

Size: 181 Bytes

Versions: 23

Compression:

Stored size: 181 Bytes

Contents

class AddPrintDetailsFieldToCustomer < ActiveRecord::Migration[7.1]
  def change
    add_column :comee_core_clients, :print_details, :boolean, null: false, default: false
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
comee_core-0.3.6 db/migrate/20240628205454_add_print_details_field_to_customer.rb
comee_core-0.3.5 db/migrate/20240628205454_add_print_details_field_to_customer.rb
comee_core-0.3.4 db/migrate/20240628205454_add_print_details_field_to_customer.rb