Creating triggers with SQLite
How is everyone handling trigger statements at the moment? I've tried adding something like:
to the generated migration file, but it never ended up working properly. Are we supposed to just make transaction or batch functions instead?
to the generated migration file, but it never ended up working properly. Are we supposed to just make transaction or batch functions instead?