dever %!s(int64=3) %!d(string=hai) anos
pai
achega
eaf1e57490
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      database/outbox.php

+ 11 - 0
database/outbox.php

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