peewee Documentation Release 3.6.0AutoField integer serial integer BigAutoField integer bigserial bigint IdentityField not supported int identity not supported FloatField real real real DoubleField real double precision double precision DecimalField primary keys using the new Postgres 10 IDENTITY column type. The column definition ends up looking like this: id = IdentityField() # "id" INT GENERATED BY DEFAULT AS IDENTITY NOT NULL PRIMARY KEY Attention0 码力 | 377 页 | 399.12 KB | 1 年前3
peewee Documentation
Release 3.6.0AutoField integer serial integer BigAutoField integer bigserial bigint IdentityField not supported int identity not supported FloatField real real real DoubleField real double precision double precision DecimalField primary keys using the new Postgres 10 IDENTITY column type. The column definition ends up looking like this: id = IdentityField() # "id" INT GENERATED BY DEFAULT AS IDENTITY NOT NULL PRIMARY KEY 1.10. API0 码力 | 302 页 | 1.02 MB | 1 年前3
共 2 条
- 1













