"allow_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of allowed groups"],
"deny_cid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied contact.id"],
"deny_gid" => ["type" => "mediumtext", "comment" => "Access Control - list of denied groups"],
- "backend-class" => ["type" => "tinytext", "default" => "", "comment" => "Storage backend class"],
- "backend-ref" => ["type" => "text", "default" => "", "comment" => "Storage backend data reference"]
+ "backend-class" => ["type" => "tinytext", "comment" => "Storage backend class"],
+ "backend-ref" => ["type" => "text", "comment" => "Storage backend data reference"]
],
"indexes" => [
"PRIMARY" => ["id"],