order by id
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user