summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/util/id.ts
blob: 81e83b8db92a04ccab006c62db65f6a3a07eceab (plain)
1
2
3
4
5
6
7
8
9
/*
 * SPDX-FileCopyrightText: syuilo and other misskey contributors
 * SPDX-License-Identifier: AGPL-3.0-only
 */

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