]> git.mxchange.org Git - friendica.git/blob - doc/database/db_deliverq.md
add some hook docu
[friendica.git] / doc / database / db_deliverq.md
1 Table deliverq
2 ==============
3
4 | Field   | Description      | Type             | Null | Key | Default | Extra          |
5 |---------|------------------|------------------|------|-----|---------|----------------|
6 | id      | sequential ID    | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
7 | cmd     |                  | varchar(32)      | NO   |     |         |                |
8 | item    |                  | int(11)          | NO   |     | 0       |                |
9 | contact |                  | int(11)          | NO   |     | 0       |                |
10
11
12 Return to [database documentation](help/database)