IntIdTable

constructor(name: String = "", columnName: String = "id", sequenceName: String? = null)

Parameters

name

Table name. By default, this will be resolved from any class name with a "Table" suffix removed (if present).

columnName

Name for the primary key column. By default, "id" is used.

sequenceName

Optional parameter to provide a name for the auto-incrementing sequence, if supported by the underlying database