Merge branch 'develop' into MySQL5.7

This commit is contained in:
Alexandre Alapetite 2017-04-16 15:16:58 +02:00
commit 6b250d3ae9
32 changed files with 326 additions and 194 deletions

View file

@ -1,12 +0,0 @@
Table deliverq
==============
| Field | Description | Type | Null | Key | Default | Extra |
|---------|------------------|------------------|------|-----|---------|----------------|
| id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
| cmd | | varchar(32) | NO | | | |
| item | | int(11) | NO | | 0 | |
| contact | | int(11) | NO | | 0 | |
Return to [database documentation](help/database)