This commit is contained in:
SrGooglo 2025-02-25 23:08:39 +00:00
parent fa49cbc7ad
commit e9dd362d7b

View File

@ -9,5 +9,6 @@ export default {
sign_location: { type: String, default: "Unknown" },
ip_address: { type: String, default: "Unknown" },
client: { type: String, default: "Unknown" },
}
created_at: { type: Date, default: Date.now },
},
}