lien public pour dépot propositions

This commit is contained in:
Yannick Le Duc
2025-08-25 14:43:29 +02:00
parent e0f86a8845
commit 30a228e14f
7 changed files with 519 additions and 8 deletions

View File

@@ -18,6 +18,9 @@ CREATE TABLE propositions (
campaign_id UUID NOT NULL REFERENCES campaigns(id) ON DELETE CASCADE,
title TEXT NOT NULL,
description TEXT NOT NULL,
author_first_name TEXT NOT NULL,
author_last_name TEXT NOT NULL,
author_email TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW()
);