Is this the best way? ```ts createdAt: timestamp('created_at', { withTimezone: true }).defaultNow(), expiresAt: timestamp('expires_at', { withTimezone: true }).default(sql`(now() + interval '7 days')`), ```