SQLite CLI `.schema` Incorrectly Adds “IF NOT EXISTS” to “CREATE TABLE”
Issue Overview: .schema Command Modifies CREATE TABLE Statements with "IF NOT EXISTS" The .schema command in the SQLite command-line interface (CLI) is designed to output the SQL statements required to recreate the schema of a database or a specific table. However, users have observed that the .schema command unexpectedly modifies CREATE TABLE statements by adding…