Using POSper/Developer guide/Database-Table descriptions/posper permission

From Wikibooks, open books for an open world
Jump to navigation Jump to search

posper_permission[edit | edit source]


This table contains permissions available to users.

Column Name Data Type Null Allowed? Key? Comments
name VARCHAR(255) No Primary Key This is the permission name
parent_name VARCHAR(255) Yes I'll need to look closer at the code to see how this is used.