increments('id'); $table->string('uri')->default(''); $table->string('name', 64)->default(''); $table->text('addicode')->nullable(); $table->string('designer', 50)->default(''); $table->string('comment')->default(''); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('stylesheets'); } }