feat: clean migrations
This commit is contained in:
@@ -15,7 +15,7 @@ return new class extends Migration
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('type');
|
||||
$table->ulidMorphs('notifiable');
|
||||
$table->text('data');
|
||||
$table->jsonb('data');
|
||||
$table->timestamp('read_at')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user