move block elements

This commit is contained in:
2023-10-15 13:04:02 +03:00
parent 965c9fc1c0
commit 1faac31372
3 changed files with 53 additions and 15 deletions
@@ -19,6 +19,7 @@ return new class extends Migration {
$table->jsonb('data');
$table->jsonb('_sys');
$table->jsonb('_file');
$table->jsonb('_edges');
});
}