massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / mysqlclient / MySQLdb / constants / FLAG.pyi
1 NOT_NULL: int
2 PRI_KEY: int
3 UNIQUE_KEY: int
4 MULTIPLE_KEY: int
5 BLOB: int
6 UNSIGNED: int
7 ZEROFILL: int
8 BINARY: int
9 ENUM: int
10 AUTO_INCREMENT: int
11 TIMESTAMP: int
12 SET: int
13 NUM: int
14 PART_KEY: int
15 GROUP: int
16 UNIQUE: int