aboutsummaryrefslogtreecommitdiffstats
path: root/doc/database/db_pgrp.bb
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-10-06 12:54:21 +0000
committerMario <mario@mariovavti.com>2018-10-06 14:54:38 +0200
commit05ae18d74e236081f3437c10f7bade504d376047 (patch)
treede5ba088b920c718e0d65e959f39c971578d427d /doc/database/db_pgrp.bb
parent63ba72331f26a86621bdc61e7864e928e4af4673 (diff)
downloadvolse-hubzilla-05ae18d74e236081f3437c10f7bade504d376047.tar.gz
volse-hubzilla-05ae18d74e236081f3437c10f7bade504d376047.tar.bz2
volse-hubzilla-05ae18d74e236081f3437c10f7bade504d376047.zip
Merge branch 'patch-6' into 'dev'
Add new table names in docs See merge request hubzilla/core!1315 (cherry picked from commit 778086ce199c38be793ed59e03eb0446af9263ec) 4f70fd3e Add new table names in docs 2e4772ac Update db_groups.bb 4cb46c12 Update intro_for_developers.bb c087aaf5 Update database.bb
Diffstat (limited to 'doc/database/db_pgrp.bb')
-rw-r--r--doc/database/db_pgrp.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/database/db_pgrp.bb b/doc/database/db_pgrp.bb
new file mode 100644
index 000000000..73265b90e
--- /dev/null
+++ b/doc/database/db_pgrp.bb
@@ -0,0 +1,18 @@
+[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]id[/td][td]sequential ID[/td][td]int(10) unsigned[/td][td]NO[/td][td]PRI[/td][td]NULL[/td][td]auto_increment
+[/td][/tr]
+[tr][td]hash[/td][td]unique hash representing this group with the group name appended[/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td]
+[/td][/tr]
+[tr][td]uid[/td][td]channel.channel_id owning this data[/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]NULL[/td][td]
+[/td][/tr]
+[tr][td]visible[/td][td]1 indicates the member list is not private[/td][td]tinyint(1)[/td][td]NO[/td][td]MUL[/td][td]0[/td][td]
+[/td][/tr]
+[tr][td]deleted[/td][td]1 indicates the group has been deleted[/td][td]tinyint(1)[/td][td]NO[/td][td]MUL[/td][td]0[/td][td]
+[/td][/tr]
+[tr][td]gname[/td][td]human readable name of group[/td][td]char(255)[/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