mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-06 19:01:03 +01:00
Fixed missing column PingTable
This commit is contained in:
parent
c294f65cb9
commit
a48808adb9
@ -74,6 +74,7 @@ public class PingTable extends UserUUIDTable {
|
||||
return CreateTableParser.create(TABLE_NAME, dbType)
|
||||
.column(ID, Sql.INT).primaryKey()
|
||||
.column(USER_UUID, Sql.varchar(36)).notNull()
|
||||
.column(SERVER_UUID, Sql.varchar(36)).notNull()
|
||||
.column(DATE, Sql.LONG).notNull()
|
||||
.column(MAX_PING, Sql.INT).notNull()
|
||||
.column(MIN_PING, Sql.INT).notNull()
|
||||
|
Loading…
Reference in New Issue
Block a user