Change timestamp data type. (#4355)

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
gzfrozen
2024-03-18 06:04:37 +09:00
committed by GitHub
parent 29144b2ce0
commit 000c606029
11 changed files with 12 additions and 7 deletions

View File

@@ -160,7 +160,7 @@ table! {
atype -> Integer,
enabled -> Bool,
data -> Text,
last_used -> Integer,
last_used -> BigInt,
}
}