source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pymysql/constants/FLAG.py

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 214 bytes
Line 
1NOT_NULL = 1
2PRI_KEY = 2
3UNIQUE_KEY = 4
4MULTIPLE_KEY = 8
5BLOB = 16
6UNSIGNED = 32
7ZEROFILL = 64
8BINARY = 128
9ENUM = 256
10AUTO_INCREMENT = 512
11TIMESTAMP = 1024
12SET = 2048
13PART_KEY = 16384
14GROUP = 32767
15UNIQUE = 65536
Note: See TracBrowser for help on using the repository browser.