def unsigned_t(): from sqlalchemy.dialects.mysql import INTEGER id = Column(INTEGER(unsigned = True), primary_key = True) #?????python???