Halfway through table redesign, saving to revert to working version
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class CreateIdCardExceptionItems < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :id_card_exception_items do |t|
|
||||
t.string :field_name
|
||||
t.string :field_value
|
||||
t.belongs_to :id_card_exception, null: false, foreign_key: true
|
||||
t.belongs_to :id_card_network_logo, null: true, foreign_key: true
|
||||
t.belongs_to :id_card_provider_section, null: true, foreign_key: true
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user