engine = 'InnoDB'; $table->increments('id'); $table->string('href'); $table->string('type'); $table->integer('post_id'); $table->string('remote_id'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('zoomyboy_social_attachments'); } }