Turn on strict tables for SQLITE3 when running integration tests

It'd be great to turn on strict tables etc for our integration test suite.
Suggested-By: @answrguy
https://www.sqlite.org/stricttables.html
Open CLN bounty on this: https://community.corelightning.org/c/cln-bounties/5390-turn-on-strict-tables-for-sqlite3-when-running-integration-tests
Would it be reasonable to assume that lightningd is running the integration tests if network is on regtest and the --developer option is set?
Would it be reasonable to assume that
lightningdis running the integration tests if network is onregtestand the--developeroption is set?
All tests run in --developer mode. However, the network can be configured using the TEST_NETWORK environment variable, which accepts [regtest/liquid-regtest] as valid values. The default network is set to regtest.
Hi, Did I understand correctly that you want to add STRICT Mode to the wallet/db.c tables?
Working on implementing STRICT tables and security PRAGMAs for the integration test suite. Will have a PR ready soon.