|
@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schema;
|
|
|
use Illuminate\Database\Schema\Blueprint;
|
|
|
use Illuminate\Database\Migrations\Migration;
|
|
|
|
|
|
-class CreateConfigMessage extends Migration
|
|
|
+class CreateMessageRule extends Migration
|
|
|
{
|
|
|
/**
|
|
|
* Run the migrations.
|
|
@@ -13,7 +13,7 @@ class CreateConfigMessage extends Migration
|
|
|
*/
|
|
|
public function up()
|
|
|
{
|
|
|
- Schema::create('config_message', function (Blueprint $table) {
|
|
|
+ Schema::create('message_rule', function (Blueprint $table) {
|
|
|
$table->bigIncrements('id');
|
|
|
|
|
|
$table->string('title', 32)
|