mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 13:26:27 +02:00
Ajout des accusés de reception
This commit is contained in:
parent
ee02e2609b
commit
3a7cd8ebda
5 changed files with 27 additions and 2 deletions
|
@ -27,6 +27,7 @@ CREATE TABLE IF NOT EXISTS sendeds
|
|||
at DATETIME NOT NULL,
|
||||
target VARCHAR(12) NOT NULL,
|
||||
content VARCHAR(1000) NOT NULL,
|
||||
delivered BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue