1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-18 00:28:16 +09:00
hotomoe/src/models/id.ts
2019-06-28 16:38:48 +09:00

5 lines
70 B
TypeScript

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