LongIdTable

constructor(name: String = "", columnName: String = "id")

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.