摘要: 最常用的SQLAlchemy列类型 类型名Python类型说 明 Integer int 普通整数,一般是 32 位 SmallInteger int 取值范围小的整数,一般是 16 位 BigInteger int 或 long 不限制精度的整数 Float float 浮点数 Numeric d 阅读全文
posted @ 2020-01-02 14:03 Mr.zou 阅读(1198) 评论(0) 推荐(0) 编辑