DTux
/
dtux__avion-poeme
Archived
1
0
Fork 0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__avion-poeme/sql/db351634_avionpoeme_table_c...

15 lines
411 B
SQL

-- --------------------------------------------------------
--
-- Structure de la table `courriels`
--
CREATE TABLE `courriels` (
`id` int(10) UNSIGNED NOT NULL,
`destinataire` text NOT NULL,
`objet` text NOT NULL,
`message` text NOT NULL,
`html` tinyint(1) NOT NULL COMMENT 'false = text, true = html'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='stockage des courriels en attente d''envoie';