From 37c78bcf055276b1e1817f718cfd36294f1f7d87 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 3 Jul 2015 14:56:48 -0700 Subject: start doco cleanup --- doc/database/db_cache.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/database/db_cache.bb (limited to 'doc/database/db_cache.bb') diff --git a/doc/database/db_cache.bb b/doc/database/db_cache.bb new file mode 100644 index 000000000..02c292f20 --- /dev/null +++ b/doc/database/db_cache.bb @@ -0,0 +1,15 @@ + +OEmbed information cache + +[table] +[tr][th]Field[/th][th]Description[/th][th]Type[/th][th]Null[/th][th]Key[/th][th]Default[/th][th]Extra +[/th][/tr] +[tr][td]k[/td][td]horizontal width + url or resource[/td][td]char(255)[/td][td]NO[/td][td]PRI[/td][td]NULL[/td][td] +[/td][/tr] +[tr][td]v[/td][td]OEmbed response from site[/td][td]text[/td][td]NO[/td][td][/td][td]NULL[/td][td] +[/td][/tr] +[tr][td]updated[/td][td]datetime of cache insertion[/td][td]datetime[/td][td]NO[/td][td][/td][td]NULL[/td][td] +[/td][/tr] +[/table] + +Return to [zrl=[baseurl]/help/database]database documentation[/zrl] \ No newline at end of file -- cgit v1.2.3