Revision 565
Added by Matt Jones almost 24 years ago
xmltables.sql | ||
---|---|---|
127 | 127 |
principal_name VARCHAR2(100), -- name of user, group, etc. |
128 | 128 |
permission NUMBER(1), -- "read", "write", "all" |
129 | 129 |
perm_type VARCHAR2(32), -- "allowed" or "denied" |
130 |
perm_order VARCHAR2(32) -- "allow first" or "deny first" |
|
130 |
perm_order VARCHAR2(32), -- "allow first" or "deny first"
|
|
131 | 131 |
begin_time DATE, -- the time that permission begins |
132 | 132 |
end_time DATE, -- the time that permission ends |
133 | 133 |
ticket_count NUMBER(5), -- ticket counter for that permission |
Also available in: Unified diff
Fixed typo in create table syntax (added missing comma) for xml_access table.