Users

object Users : IntIdTable

Table users

Properties

Link copied to clipboard
val email: Column<String>
Link copied to clipboard
val password: Column<String>
Link copied to clipboard
val role: Column<UserRole>