daiao 5 years ago
parent d5e09c2b52
commit 1b77b2a10f

@ -1,9 +1,9 @@
class CreateSalesmanChannels < ActiveRecord::Migration[5.2]
def change
create_table :salesman_channels do |t|
t.references :salesman
t.references :school
t.timestamps
end
# create_table :salesman_channels do |t|
# t.references :salesman
# t.references :school
# t.timestamps
# end
end
end

Loading…
Cancel
Save