Patch the sqlite adapter to add CHECK constraints for string and text column limits. We'll do them inline, so that any column changes automatically update the constraints.
SQLite columns lengths are purely informational, so we'll enforce the limits via a concern that checks the lengths from the schema.