PostgreSQL doesn't have type in identity column.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Remarks
To create an identity column it uses the SQL syntax
CREATE TABLE tablename (colname SERIAL); or
CREATE TABLE tablename (colname BIGSERIAL);