Added documentation
This commit is contained in:
parent
286b2da7a9
commit
611d3e3f5d
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue