このコミットが含まれているのは:
2025-06-03 01:56:49 +09:00
コミット 0afba7f345
5個のファイルの変更253行の追加24行の削除
+5
ファイルの表示
@@ -0,0 +1,5 @@
class AddTitleToPosts < ActiveRecord::Migration[8.0]
def change
add_column :posts, :title, :string, after: :id, null: false
end
end