作者 ZhengBing He

ok

@@ -13,7 +13,7 @@ class CreateTicketChatsTable extends Migration @@ -13,7 +13,7 @@ class CreateTicketChatsTable extends Migration
13 */ 13 */
14 public function up() 14 public function up()
15 { 15 {
16 - Schema::create('ticket_chats', function (Blueprint $table) { 16 + Schema::create('gl_ticket_chats', function (Blueprint $table) {
17 $table->id(); 17 $table->id();
18 $table->longText('content')->comment('消息内容'); 18 $table->longText('content')->comment('消息内容');
19 $table->json('files')->nullable()->comment('附件'); 19 $table->json('files')->nullable()->comment('附件');