I just added LabTech to my Rails project and getting this error on migration. Caused by this line: https://github.com/RealGeeks/lab_tech/blob/e595d1337bf1e6c9f145da1753dfa28d7809c5e8/db/migrate/20190815192130_create_experiment_tables.rb#L40 Changing it to `t.text "value", limit: 1.gigabyte - 1.byte` will help in my case. I am working on macOS with M1 chip and Docker: ruby 3.0.4p208 (2022-04-12 revision 3fa771dded) [x86_64-linux] Rails 6.1.6 lab_tech 0.1.9 scientist 1.6.3 Maybe related to my `postgis` 14.3.2 on Alpine?