parent
0eb75d1454
commit
012553f52a
@ -1,9 +1,9 @@
|
|||||||
class CreateSalesmanChannels < ActiveRecord::Migration[5.2]
|
class CreateSalesmanChannels < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
# create_table :salesman_channels do |t|
|
create_table :salesman_channels do |t|
|
||||||
# t.references :salesman
|
t.references :salesman
|
||||||
# t.references :school
|
t.references :school
|
||||||
# t.timestamps
|
t.timestamps
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
class CreateSalesmanCustomers < ActiveRecord::Migration[5.2]
|
class CreateSalesmanCustomers < ActiveRecord::Migration[5.2]
|
||||||
def change
|
def change
|
||||||
# create_table :salesman_customers do |t|
|
create_table :salesman_customers do |t|
|
||||||
# t.references :salesman
|
t.references :salesman
|
||||||
# t.references :user
|
t.references :user
|
||||||
# t.references :school
|
t.references :school
|
||||||
# t.timestamps
|
t.timestamps
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue