stable, before a refactor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class CreateCardExceptions < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :card_exceptions do |t|
|
||||
t.string :type
|
||||
t.string :value
|
||||
t.belongs_to :employer, null: false, foreign_key: true
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user