friendica/doc/database/db_locks.md

12 lines
664 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table locks
===========
| Field | Description | Type | Null | Key | Default | Extra |
|---------|------------------|--------------|------|-----|---------------------|----------------|
| id | sequential ID | int(11) | NO | PRI | NULL | auto_increment |
| name | | varchar(128) | NO | | | |
| locked | | tinyint(1) | NO | | 0 | |
| created | | datetime | YES | | 0001-01-01 00:00:00 | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)