Gets detailed information about all columns in a table. Uses the PRAGMA table_info command to retrieve column metadata including column ID, name, type, null constraints, default values, and primary key status.
Gets detailed information about all columns in a table. Uses the PRAGMA table_info command to retrieve column metadata including column ID, name, type, null constraints, default values, and primary key status.