stacks-core
stacks-core copied to clipboard
Atlas DB has the incorrect sqlite type for String
Use stricttables going forward
In order to use stricttables we would have to update the sqlite version used. Currently, the sqlite is running with version 3.33.0 as found on this PR . We would have to upgrade to at least 3.37.0.
Issue for updating sqlite version https://github.com/stacks-network/stacks-core/issues/4824