diff --git a/db_structure.xml b/db_structure.xml
index f1474fe0680..b99e2515253 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -496,6 +496,9 @@
 		Stores which groups have which users as admins in an n:m relationship.
 		 - Maps group id (gid) to a set of users (uid)
 		 - Maps user id (uid) to a set of groups (gid)
+
+		NOTE: This could (very likely) be reduced to a single bit in group_user
+		      instead of repeating varchars gid and uid here
 		-->
 		<name>*dbprefix*group_admin</name>