(name: string)
| 20 | }; |
| 21 | |
| 22 | export const utc = (name: string) => |
| 23 | timestamp(name, { |
| 24 | withTimezone: true, |
| 25 | }); |
| 26 | |
| 27 | export const timestamps = { |
| 28 | timeCreated: utc("time_created").notNull().defaultNow(), |
no outgoing calls
no test coverage detected