X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FtableStructure.sql;h=55fdfdfc8cfd280803a549b7fe170cec27aad40a;hp=7bc8e3603b5ebf859ad9d82dc6781ea00320e2e0;hb=fa1ae652fbff9c7caeded3fc89680703d1da381b;hpb=53a633b1261e447e7d05b7ad73b687a27594ca42 diff --git a/doc/tableStructure.sql b/doc/tableStructure.sql index 7bc8e360..55fdfdfc 100644 --- a/doc/tableStructure.sql +++ b/doc/tableStructure.sql @@ -308,6 +308,7 @@ CREATE TABLE IF NOT EXISTS `org_admin` ( `memid` int(11) NOT NULL, `creator` int(11) NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, + `deleter` int(11) NULL DEFAULT NULL, `deleted` timestamp NULL DEFAULT NULL, PRIMARY KEY (`orgid`, `memid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;