このコミットが含まれているのは:
2025-06-30 23:31:39 +09:00
コミット e20f7fcc17
13個のファイルの変更140行の追加75行の削除
+5
ファイルの表示
@@ -0,0 +1,5 @@
class AddPostsCountToTags < ActiveRecord::Migration[8.0]
def change
add_column :tags, :post_count, :integer, null: false, default: 0
end
end