掲示板実装
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddPhaseToBoardProposals < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :board_proposals, :phase, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user