1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''https://blog.csdn.net/woqianduo/article/details/84136433\n\nhtt' at line 1
INSERT INTO `pw_tmsgs` VALUES ('4856', '0', '192.168.1.188', '1', '', 'Unknown', '', '', '', '1', '8', ' \n $table->bigIncrements('id'); 自增ID,类型为bigint\n$table->bigInteger('votes'); 等同于数据库中的BIGINT类型\n$table->binary('data');等同于数据库中的BLOB类型\n$table->boolean('confirmed');等同于数据库中的BOOLEAN类型\n$table->char('name', 4); 等同于数据库中的CHAR类型\n$table->date('created_at');等同于数据库中的DATE类型\n$table->dateTime('created_at');等同于数据库中的DATETIME类型\n$table->dateTimeTz('created_at');等同于数据库中的DATETIME类型(带时区)\n$table->decimal('amount', 5, 2); 等同于数据库中的DECIMAL类型,带一个精度和范围\n$table->double('column', 15, 8); 等同于数据库中的DOUBLE类型,带精度, 总共15位数字,小数点后8位.\n$table->enum('choices', ['foo', 'bar']); 等同于数据库中的 ENUM类型\n$table->float('amount'); 等同于数据库中的 FLOAT 类型\n$table->increments('id');数据库主键自增ID\n$table->integer('votes');等同于数据库中的 INTEGER 类型\n$table->ipAddress('visitor');等同于数据库中的 IP 地址\n$table->json('options'); 等同于数据库中的 JSON 类型\n$table->jsonb('options');等同于数据库中的 JSONB 类型\n$table->longText('description'); 等同于数据库中的 LONGTEXT 类型\n$table->macAddress('device');等同于数据库中的 MAC 地址\n$table->mediumIncrements('id');自增ID,类型为无符号的mediumint\n$table->mediumInteger('numbers');等同于数据库中的 MEDIUMINT类型\n$table->mediumText('description'); 等同于数据库中的 MEDIUMTEXT类型\n$table->morphs('taggable');添加一个 INTEGER类型的 taggable_id 列和一个 STRING类型的 taggable_type列\n$table->nullableTimestamps();和 timestamps()一样但允许 NULL值.\n$table->rememberToken(); 添加一个 remember_token 列: VARCHAR(100) NULL.\n$table->smallIncrements('id'); 自增ID,类型为无符号的smallint\n$table->smallInteger('votes'); 等同于数据库中的 SMALLINT 类型\n$table->softDeletes(); 新增一个 deleted_at 列 用于软删除.\n$table->string('email'); 等同于数据库中的 VARCHAR 列.\n$table->string('name', 100); 等同于数据库中的 VARCHAR,带一个长度\n$table->text('description'); 等同于数据库中的 TEXT 类型\n$table->time('sunrise'); 等同于数据库中的 TIME类型\n$table->timeTz('sunrise'); 等同于数据库中的 TIME 类型(带时区)\n$table->tinyInteger('numbers');等同于数据库中的 TINYINT 类型\n$table->timestamp('added_on'); 等同于数据库中的 TIMESTAMP 类型\n$table->timestampTz('added_on'); 等同于数据库中的 TIMESTAMP 类型(带时区)\n$table->timestamps();添加 created_at 和 updated_at列\n$table->timestampsTz();添加 created_at 和 updated_at列(带时区)\n$table->unsignedBigInteger('votes'); 等同于数据库中无符号的 BIGINT 类型\n$table->unsignedInteger('votes');等同于数据库中无符号的 INT 类型\n$table->unsignedMediumInteger('votes');等同于数据库中无符号的 MEDIUMINT 类型\n$table->unsignedSmallInteger('votes'); 等同于数据库中无符号的 SMALLINT 类型\n$table->unsignedTinyInteger('votes');等同于数据库中无符号的 TINYINT 类型\n$table->uuid('id');等同于数据库的UUID', '', '', '', '', '0');
INSERT INTO `pw_tmsgs` VALUES ('4857', '0', '192.168.1.188', '1', '', 'Unknown', '', '', '', '1', '8', '\n\n\n\n\n\n\n$('.demo2').fileUploader({\n&nb
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right synta

