Browse Source

新增及修改平台内容数据填充

duqinya 5 years ago
parent
commit
5be0b8bc94
1 changed files with 13 additions and 1 deletions
  1. 13 1
      database/seeds/PlatformContentTableSeeder.php

+ 13 - 1
database/seeds/PlatformContentTableSeeder.php

@@ -46,7 +46,13 @@ class PlatformContentTableSeeder extends Seeder
                 'updated_at'    => $date
             ],
             [
-                'title'   => '用户协议',
+                'title'   => '“由你”用户协议',
+                'content'    => '这里有好多好多的内容~',
+                'created_at'    => $date,
+                'updated_at'    => $date
+            ],
+            [
+                'title'   => '“由你”隐私政策',
                 'content'    => '这里有好多好多的内容~',
                 'created_at'    => $date,
                 'updated_at'    => $date
@@ -57,6 +63,12 @@ class PlatformContentTableSeeder extends Seeder
                 'created_at'    => $date,
                 'updated_at'    => $date
             ],
+            [
+                'title'   => '”由你“隐私政策',
+                'content'    => '这里有好多好多的内容~',
+                'created_at'    => $date,
+                'updated_at'    => $date
+            ],
             [
                 'title'   => '《中国联通认证服务条款》',
                 'content'    => '这里有好多好多的内容~',