Difference between revisions of "Database Table: userproplite"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
|||
Line 1: | Line 1: | ||
− | {{#set:name=userproplite| | + | {{#set:name=userproplite|table type=global}} |
[[description::Associates users to properties at the global level.]] See also [[Database Table: userproplite2|userproplite2]] | [[description::Associates users to properties at the global level.]] See also [[Database Table: userproplite2|userproplite2]] | ||
= Definition = | = Definition = |
Revision as of 18:47, 2 October 2009
Associates users to properties at the global level. See also userproplite2
Definition
CREATE TABLE userproplite ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', upropid SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0', VALUE VARCHAR(255) DEFAULT NULL, PRIMARY KEY (userid,upropid), KEY (upropid) )