Added documentation

This commit is contained in:
Michael 2017-06-06 17:41:01 +00:00
parent 286b2da7a9
commit 611d3e3f5d
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ Table locks
| id | sequential ID | int(11) | NO | PRI | NULL | auto_increment | | id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
| name | | varchar(128) | NO | | | | | name | | varchar(128) | NO | | | |
| locked | | tinyint(1) | NO | | 0 | | | locked | | tinyint(1) | NO | | 0 | |
| pid | | int(10) unsigned | NO | | 0 | | | pid | Process ID | int(10) unsigned | NO | | 0 | |
Return to [database documentation](help/database) Return to [database documentation](help/database)