From 05ae18d74e236081f3437c10f7bade504d376047 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 6 Oct 2018 12:54:21 +0000 Subject: 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 --- doc/database/db_pgrp_member.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/database/db_pgrp_member.bb (limited to 'doc/database/db_pgrp_member.bb') diff --git a/doc/database/db_pgrp_member.bb b/doc/database/db_pgrp_member.bb new file mode 100644 index 000000000..b9ab8171d --- /dev/null +++ b/doc/database/db_pgrp_member.bb @@ -0,0 +1,14 @@ +[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]uid[/td][td]channel.channel_id of the owner of this data[/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]NULL[/td][td] +[/td][/tr] +[tr][td]gid[/td][td]groups.id of the associated group[/td][td]int(10) unsigned[/td][td]NO[/td][td]MUL[/td][td]NULL[/td][td] +[/td][/tr] +[tr][td]xchan[/td][td]xchan.xchan_hash of the member assigned to the associated group[/td][td]char(255)[/td][td]NO[/td][td]MUL[/td][td][/td][td] +[/td][/tr] +[/table] + +Return to [zrl=[baseurl]/help/database]database documentation[/zrl] \ No newline at end of file -- cgit v1.2.3