Loads the schema information for a table.
This method queries SQLite's PRAGMA table_info to retrieve column information for the specified table. Results are cached to avoid repeated queries for the same table.
| name |
The name of the table to load schema for |
|
A list of Schema objects representing each column in the table |