massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / PyMySQL / pymysql / constants / FIELD_TYPE.pyi
1 DECIMAL: int
2 TINY: int
3 SHORT: int
4 LONG: int
5 FLOAT: int
6 DOUBLE: int
7 NULL: int
8 TIMESTAMP: int
9 LONGLONG: int
10 INT24: int
11 DATE: int
12 TIME: int
13 DATETIME: int
14 YEAR: int
15 NEWDATE: int
16 VARCHAR: int
17 BIT: int
18 NEWDECIMAL: int
19 ENUM: int
20 SET: int
21 TINY_BLOB: int
22 MEDIUM_BLOB: int
23 LONG_BLOB: int
24 BLOB: int
25 VAR_STRING: int
26 STRING: int
27 GEOMETRY: int
28 CHAR: int
29 INTERVAL: int