(name: string)
| 3 | export { createId } from "@paralleldrive/cuid2"; |
| 4 | |
| 5 | export const cuid = (name: string) => char(name, { length: 24 }); |
| 6 | export const id = { |
| 7 | get id() { |
| 8 | return cuid("id").primaryKey().notNull(); |
no outgoing calls
no test coverage detected