integer('status'); $table->string('out_trade_no',32); $table->timestamp('pay_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }