We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd really like to add some CHECKs in the database table definitions. See section 3.7 here: https://www.sqlite.org/lang_createtable.html
CHECK
To also solve #1542 in one go, just some verbatim property verbatim that is spliced into the migration would be enough.
verbatim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd really like to add some
CHECK
s in the database table definitions.See section 3.7 here: https://www.sqlite.org/lang_createtable.html
To also solve #1542 in one go, just some verbatim property
verbatim
that is spliced into the migration would be enough.The text was updated successfully, but these errors were encountered: