Revision 644
Added by bojilova about 24 years ago
src/xmltables.sql | ||
---|---|---|
128 | 128 |
*/ |
129 | 129 |
CREATE TABLE xml_access ( |
130 | 130 |
docid VARCHAR2(250), -- the document id # |
131 |
accessfileid VARCHAR2(250), -- the document id # for the access file |
|
131 | 132 |
principal_name VARCHAR2(100), -- name of user, group, etc. |
132 | 133 |
permission NUMBER(1), -- "read", "write", "all" |
133 | 134 |
perm_type VARCHAR2(32), -- "allowed" or "denied" |
Also available in: Unified diff
new attr "accessfileid" in xml_access table