order by id

This commit is contained in:
2025-08-06 14:38:46 +03:30
parent 8c64f02eac
commit 66a4f36d36
6 changed files with 8 additions and 13 deletions

View File

@@ -17,8 +17,8 @@ return new class extends Migration
$table->dateTime('date');
$table->string('voice');
$table->string('description')->nullable();
$table->integer('message_quality');
$table->integer('format_quality');
$table->integer('message_quality')->nullable();
$table->integer('format_quality')->nullable();
$table->integer('type_id');
$table->string('type_name');
$table->timestamps();