AutoOid function

SqlType AutoOid()

Implementation

SqlType AutoOid() => SqlType('bigserial', constraint: 'not null primary key');