diff --git a/db/migrate/20250216173458_create_versions.rb b/db/migrate/20250216173458_create_versions.rb index f8ec29b..2c00a28 100644 --- a/db/migrate/20250216173458_create_versions.rb +++ b/db/migrate/20250216173458_create_versions.rb @@ -1,7 +1,6 @@ # This migration creates the `versions` table, the only schema PT requires. # All other migrations PT provides are optional. class CreateVersions < ActiveRecord::Migration[8.0] - # The largest text column available in all supported RDBMS is # 1024^3 - 1 bytes, roughly one gibibyte. We specify a size # so that MySQL will use `longtext` instead of `text`. Otherwise,