#14 ぼちぼち

This commit is contained in:
2025-06-03 01:56:49 +09:00
parent f93cea4e51
commit 0afba7f345
5 changed files with 253 additions and 24 deletions
@@ -0,0 +1,5 @@
class AddTitleToPosts < ActiveRecord::Migration[8.0]
def change
add_column :posts, :title, :string, after: :id, null: false
end
end