@@ -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',