From f445f9dbca47c9c25cd6c1da0db219bc02f0c02c Mon Sep 17 00:00:00 2001 From: yolou Date: Sun, 19 Oct 2025 00:34:58 +0200 Subject: [PATCH] =?UTF-8?q?=20Voici=20la=20base=20de=20donn=C3=A9e=20--=20?= =?UTF-8?q?Papillon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- papillon.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 papillon.sql diff --git a/papillon.sql b/papillon.sql new file mode 100644 index 0000000..24e1229 --- /dev/null +++ b/papillon.sql @@ -0,0 +1,9 @@ +-- Table principale : les rappels + +CREATE TABLE rappel ( + id INT AUTO_INCREMENT PRIMARY KEY, + titre VARCHAR(50) NOT NULL, + contenu TEXT, + theme VARCHAR(30), + rang INT +); \ No newline at end of file