SQLite Forum

pragma table_info Bug
Login
The brackets must be from your SQL schema.
```
sqlite> create table [h](i[unsigned word](3));
sqlite> pragma table_info(h);
0|i|unsigned word](3|0||0
```