updatedAt: integer("updated_at", { mode: "timestamp" })
.default(null)
.$onUpdateFn(() => new Date(new Date().toLocaleString("en-US", { timeZone: "Asia/Taipei" }))),
updatedAt: integer("updated_at", { mode: "timestamp" })
.default(null)
.$onUpdateFn(() => new Date(new Date().toLocaleString("en-US", { timeZone: "Asia/Taipei" }))),