dever 6 years ago
parent
commit
d23d07361d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      journal/database/cate.php

+ 10 - 0
journal/database/cate.php

@@ -47,6 +47,16 @@ return array
            // 'list'      => true,
         ),
 
+        'desc'     => array
+        (
+            'type'      => 'text-255',
+            'name'      => '简介',
+            'default'   => '',
+            'desc'      => '简介',
+            'match'     => 'option',
+            'update'    => 'textarea',
+        ),
+
         'cover'     => array
         (
             'type'      => 'varchar-150',