1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-19 00:58:58 +09:00
cherrypick/packages/backend/src/models/id.ts
2021-12-09 23:58:30 +09:00

5 lines
71 B
TypeScript

export const id = () => ({
type: 'varchar' as const,
length: 32,
});