61 lines
411 B
Markdown
61 lines
411 B
Markdown
SYSTEM\SQL\system_todo_assign
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Class name: system_todo_assign
|
|
* Namespace: SYSTEM\SQL
|
|
|
|
|
|
|
|
Constants
|
|
----------
|
|
|
|
|
|
### NAME_PG
|
|
|
|
const NAME_PG = 'system.todo_assign'
|
|
|
|
|
|
|
|
|
|
|
|
### NAME_MYS
|
|
|
|
const NAME_MYS = 'system_todo_assign'
|
|
|
|
|
|
|
|
|
|
|
|
### FIELD_TODO
|
|
|
|
const FIELD_TODO = 'todo'
|
|
|
|
|
|
|
|
|
|
|
|
### FIELD_USER
|
|
|
|
const FIELD_USER = 'user'
|
|
|
|
|
|
|
|
|
|
|
|
### FIELD_TIME
|
|
|
|
const FIELD_TIME = 'time'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|