Skip to content

Commit

Permalink
add migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 2, 2023
1 parent 48e64ab commit c2f3874
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/migrate/20231030062425_add_name_to_create.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AddNameToCreate < ActiveRecord::Migration[6.1]
def change
add_column :creates, :name, :text
add_column :realizes, :name, :text
add_column :produces, :name, :text
end
end

0 comments on commit c2f3874

Please sign in to comment.