Difference between revisions of "Database Table: sysban"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use database table header template.) |
Exor674Bot (Talk | contribs) m (Robot: This table needs a description.) |
||
Line 1: | Line 1: | ||
{{Database Table|name=sysban|table type=global}} | {{Database Table|name=sysban|table type=global}} | ||
+ | [[Category:Database Tables Needing Description]] | ||
= Definition = | = Definition = | ||
Revision as of 11:58, 27 January 2010
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table.
Definition
CREATE TABLE sysban ( banid MEDIUMINT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (banid), STATUS ENUM('active','expired') NOT NULL DEFAULT 'active', INDEX (STATUS), bandate DATETIME, banuntil DATETIME, what VARCHAR(20) NOT NULL, VALUE VARCHAR(80), note VARCHAR(255) )