4
packages/backend/src/models/id.ts
Normal file
4
packages/backend/src/models/id.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export const id = () => ({
|
||||
type: 'varchar' as const,
|
||||
length: 32
|
||||
});
|
Reference in New Issue
Block a user