Skip to content

Commit

Permalink
add column title table charity stream
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMartineau committed Aug 16, 2024
1 parent 8d1ba19 commit 7550b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration/create_table_charity_stream.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CREATE TABLE charity_stream (
id INT AUTO_INCREMENT PRIMARY KEY,
guid BINARY(16) NOT NULL UNIQUE, -- UUID en format binaire
title VARCHAR(500), -- Titre avec une longueur maximale de 500 caractères
owner_email VARCHAR(255) NOT NULL, -- Email de l'utilisateur
form_id VARCHAR(255) NOT NULL, -- Identifiant du formulaire
state TINYINT(1) NOT NULL, -- État comme un entier (1 pour Enabled, 0 pour Disabled)
Expand Down

0 comments on commit 7550b3d

Please sign in to comment.