chore: format code
This commit is contained in:
3 files changed
+2
-3
No files matched your search
@@ -9,7 +9,7 @@ package cn.rtast.fancybot.entity.db
|
||||
|
||||
import org.jetbrains.exposed.sql.Table
|
||||
|
||||
object NiuziBankTable: Table("niuzi_bank") {
|
||||
object NiuziBankTable : Table("niuzi_bank") {
|
||||
val id = long("id").autoIncrement()
|
||||
val userId = long("userId").uniqueIndex()
|
||||
val timestamp = long("timestamp")
|
||||
|
||||
Reference in New Issue
Block a user