project description

This commit is contained in:
2026-03-10 20:35:30 +01:00
parent e77eda0220
commit 61e016d829
3 changed files with 7 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ export const project = createTable(
(d) => ({
id: d.uuid().primaryKey().notNull(),
title: d.varchar({length: 50}).notNull(),
description: d.text(),
sourceType: sourceTypeEnum(),
sourceLink: d.varchar({length: 200}),
releaseStatus: releaseStatus(),