id(); $table->string("type"); $table->string("class"); $table->string("acl"); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('documentpermissions'); } };