forked from Cookies_Github_mirror/AquaDX
feat: Add prefecture modification support (#170)
This commit is contained in:
@@ -43,6 +43,10 @@ class AquaNetUser(
|
||||
@Column(length = 3)
|
||||
var country: String = "",
|
||||
|
||||
// Region code at most 2 characters
|
||||
@Column(length = 2)
|
||||
var region: String = "",
|
||||
|
||||
// Last login time
|
||||
var lastLogin: Long = 0L,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user