forked from SteamWar/SteamWar
@@ -33,7 +33,7 @@ object TeamTable : IntIdTable("Team", "TeamID") {
|
|||||||
val name = varchar("TeamName", 16)
|
val name = varchar("TeamName", 16)
|
||||||
val deleted = bool("TeamDeleted").default(false)
|
val deleted = bool("TeamDeleted").default(false)
|
||||||
val address = text("Address").nullable()
|
val address = text("Address").nullable()
|
||||||
val port = ushort("Port")
|
val port = ushort("Port").default(25565u)
|
||||||
}
|
}
|
||||||
|
|
||||||
class Team(id: EntityID<Int>) : IntEntity(id) {
|
class Team(id: EntityID<Int>) : IntEntity(id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user