docu - add schema of each db table

This commit is contained in:
rabuzarus
2015-12-28 02:50:25 +01:00
parent 7530c950e3
commit 12f8b0630d
56 changed files with 1011 additions and 5 deletions

11
doc/database/db_cache.md Normal file
View File

@@ -0,0 +1,11 @@
Table cache
===========
| Field | Description | Type | Null | Key | Default | Extra |
| ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
| k | horizontal width + url or resource | varchar(255) | NO | PRI | NULL | |
| v | OEmbed response from site | text | NO | | NULL | |
| updated | datetime of cache insertion | datetime | NO | MUL | 0000-00-00 00:00:00 | |
| expire_mode | | int(11) | NO | | 0 | |
Return to [database documentation](help/database)