order by id
This commit is contained in:
@@ -24,7 +24,7 @@ class PeopleMessageFactory extends Factory
|
||||
'review_duration' => $this->faker->numberBetween(30, 60),
|
||||
'listen_at' => $this->faker->dateTime,
|
||||
'is_listen' => $this->faker->boolean(),
|
||||
'action_id' => $this->faker->randomElement([PeopleMessageActions::x->value, PeopleMessageActions::y->value]),
|
||||
'action_id' => $this->faker->randomElement([PeopleMessageActions::ADAM_NIAZ_BE_SABT_MOSHKEL_AVAREZI->value, PeopleMessageActions::SABT_SAVANEH_MOSHKEL_RAH->value]),
|
||||
'action_name' => $this->faker->word(),
|
||||
'description' => $this->faker->text(),
|
||||
'savaneh_id' => $this->faker->randomElement([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]),
|
||||
|
||||
@@ -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