add "autoincrement=True" flag to schema.Column

Issue #303 resolved
Former user created an issue

(original reporter: anonymous) we have various scenarious where people explicitly dont want autoincrementing behavior on a column, particulary for postgres. add a flag to prevent this.

Comments (3)

  1. Log in to comment