id(); $table->string('name', 100)->comment('名称'); $table->string('logo', 255)->default('')->comment('图标'); $table->string('letter', 20)->default('')->comment('字母'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('uc_car_brand_t'); } }