increments('id'); $table->unsignedInteger('database_id'); $table->datetime('expires_at')->nullable(); $table->string('token', 30); $table->datetime('created_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('shares'); } }