beta build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class CreateBrokers < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :brokers do |t|
|
||||
t.string :name
|
||||
t.belongs_to :carrier, null: true, foreign_key: true
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user