id(); $table->ulid(); $table->string('code')->nullable(); $table->string('name')->nullable(); $table->string('external_id')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('faculties'); } };