Commit placeholder work
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddUserIdToPartOfSpeech < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
change_table :part_of_speeches do |t|
|
||||
t.references :user, null: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
class AddSelfReferentialRelationshipToPartOfSpeech < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
change_table :part_of_speeches do |t|
|
||||
t.references :part_of_speech, null: true, foreign_key: true
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user