Halfway through table redesign, saving to revert to working version
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class CreateIdCardRxSections < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :id_card_rx_sections do |t|
|
||||
t.string :help_desk
|
||||
t.string :customer_service
|
||||
t.string :web_url
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user