Permissions: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !name |varchar(255) |Name of the ...")
 
(No difference)

Latest revision as of 14:48, 17 May 2016

Name Datatype Description
id int(11) Primary key of the entry in table, auto increments by default
name varchar(255) Name of the permission set involved.


Back to Database Tables Main page.