Difference between revisions of "Database Table: priv packages content"
From Dreamwidth Notes
(Created page with 'priv_packages_content =Definition= <source lang="sql"> CREATE TABLE priv_packages_content ( pkgid int(10) unsigned NOT NULL auto_increment, privn...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE priv_packages_content ( | CREATE TABLE priv_packages_content ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|priv_packages_content]] |
Revision as of 21:11, 2 April 2009
Definition
CREATE TABLE priv_packages_content ( pkgid INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, privname VARCHAR(20) NOT NULL, privarg VARCHAR(40), PRIMARY KEY (pkgid, privname, privarg) )