paper-trail-gem--paper_trail/lib/generators
Jared Beck 4ba85e2548 In MySQL, use longtext instead of text
[Fixes #248]

- MySQL uses limit to choose between `text`, `mediumtext`, and `longtext`.
- Postgres ignores any limit up to 1GB - 1 byte.  Greater limits cause an error.
- SQLite uses the limit literally
2015-06-22 18:33:52 -04:00
..
paper_trail In MySQL, use longtext instead of text 2015-06-22 18:33:52 -04:00