Added fcontact doc

This commit is contained in:
Michael Vogel 2016-07-10 14:08:27 +02:00
parent 230bfcebea
commit 19d820a9c4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Table fcontact
| Field | Description | Type | Null | Key | Default | Extra |
| -------- | ------------- | ---------------- | ---- | --- | ------------------- | --------------- |
| id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment |
| guid | unique id | varchar(64) | NO | | | |
| url | | varchar(255) | NO | | | |
| name | | varchar(255) | NO | | | |
| photo | | varchar(255) | NO | | | |