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

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