正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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('附件'); |
-
请 注册 或 登录 后发表评论