string('RID', 50)->comment('達人帳號'); $table->string('TCID', 50)->index('TCID')->comment('案件編號'); $table->primary(['RID','TCID']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('Choose'); } }