Added the data to the Resume <-> Resume Component relationship
This commit is contained in:
@@ -21,6 +21,8 @@ return new class extends Migration
|
||||
|
||||
$table->integer('order')->default(0);
|
||||
|
||||
$table->json('data')->comment('JSON structure to define the data for the resume component');
|
||||
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user