jsob migrations
This commit is contained in:
@@ -16,9 +16,9 @@ return new class extends Migration {
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('schema');
|
||||
$table->string('status');
|
||||
$table->json('data');
|
||||
$table->json('_sys');
|
||||
$table->json('_file');
|
||||
$table->jsonb('data');
|
||||
$table->jsonb('_sys');
|
||||
$table->jsonb('_file');
|
||||
|
||||
$table->index(['schema', 'status']);
|
||||
});
|
||||
|
||||
@@ -16,9 +16,9 @@ return new class extends Migration {
|
||||
$table->uuid('id')->primary();
|
||||
$table->uuid('recordId');
|
||||
$table->string('schema');
|
||||
$table->json('data');
|
||||
$table->json('_sys');
|
||||
$table->json('_file');
|
||||
$table->jsonb('data');
|
||||
$table->jsonb('_sys');
|
||||
$table->jsonb('_file');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user