mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-06-06 23:46:47 +02:00
5 lines
85 B
MySQL
5 lines
85 B
MySQL
|
CREATE TABLE "system" (
|
||
|
name varchar(64) NOT NULL PRIMARY KEY,
|
||
|
value text
|
||
|
);
|