increments('id'); $table->tinyInteger('notice_id'); $table->text('sendto_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('notice_sends'); } }