Models refactor + Basic functionnalities
This commit is contained in:
@@ -14,6 +14,7 @@ return new class extends Migration
|
||||
Schema::create('resume_components', function (Blueprint $table) {
|
||||
$table->id();
|
||||
|
||||
$table->string('name');
|
||||
$table->string('vue_component_name')->unique();
|
||||
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user