Improved notification description
This commit is contained in:
parent
d5c33216b7
commit
4c1812a1eb
|
@ -1236,16 +1236,16 @@ return [
|
||||||
"psid" => ["psid"],
|
"psid" => ["psid"],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
// todo
|
|
||||||
"post-user-notification" => [
|
"post-user-notification" => [
|
||||||
"comment" => "User specific post data",
|
"comment" => "User specific post data",
|
||||||
"fields" => [
|
"fields" => [
|
||||||
"uri-id" => ["type" => "int unsigned", "not null" => "1", "foreign" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"],
|
"uri-id" => ["type" => "int unsigned", "not null" => "1", "primary" => "1", "foreign" => ["item-uri" => "id"], "comment" => "Id of the item-uri table entry that contains the item uri"],
|
||||||
"uid" => ["type" => "mediumint unsigned", "not null" => "1", "foreign" => ["user" => "uid"], "comment" => "Owner id which owns this copy of the item"],
|
"uid" => ["type" => "mediumint unsigned", "not null" => "1", "primary" => "1", "foreign" => ["user" => "uid"], "comment" => "Owner id which owns this copy of the item"],
|
||||||
"notification-type" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => ""],
|
"notification-type" => ["type" => "tinyint unsigned", "not null" => "1", "default" => "0", "comment" => ""],
|
||||||
],
|
],
|
||||||
"indexes" => [
|
"indexes" => [
|
||||||
"PRIMARY" => ["uid", "uri-id"],
|
"PRIMARY" => ["uid", "uri-id"],
|
||||||
|
"uri-id" => ["uri-id"],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
"process" => [
|
"process" => [
|
||||||
|
|
Loading…
Reference in a new issue