53 lines
387 B
Markdown
53 lines
387 B
Markdown
SYSTEM\SQL\system_user_to_rights
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: system_user_to_rights
|
|
* Namespace: SYSTEM\SQL
|
|
|
|
|
|
|
|
Constants
|
|
----------
|
|
|
|
|
|
### NAME_PG
|
|
|
|
const NAME_PG = 'system.user_to_rights'
|
|
|
|
|
|
|
|
|
|
|
|
### NAME_MYS
|
|
|
|
const NAME_MYS = 'system_user_to_rights'
|
|
|
|
|
|
|
|
|
|
|
|
### FIELD_USERID
|
|
|
|
const FIELD_USERID = 'userID'
|
|
|
|
|
|
|
|
|
|
|
|
### FIELD_RIGHTID
|
|
|
|
const FIELD_RIGHTID = 'rightID'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|