dever 3 lat temu
rodzic
commit
eaf1e57490
1 zmienionych plików z 11 dodań i 0 usunięć
  1. 11 0
      database/outbox.php

+ 11 - 0
database/outbox.php

@@ -83,6 +83,17 @@ return array
 			'list'		=> true,
 			'list'		=> true,
 		),
 		),
 
 
+		'link'		=> array
+		(
+			'type' 		=> 'varchar-30',
+			'name' 		=> '链接-选填,如有链接,则点击消息跳转至该链接',
+			'default' 	=> '',
+			'desc' 		=> '链接',
+			'match' 	=> 'option',
+			'search'	=> 'fulltext',
+			'update'	=> 'text',
+		),
+
 		'project_id'		=> array
 		'project_id'		=> array
 		(
 		(
 			'type' 		=> 'int-11',
 			'type' 		=> 'int-11',