add fake data
This commit is contained in:
@@ -16,6 +16,7 @@ return new class extends Migration
|
||||
$table->integer('duration');
|
||||
$table->dateTime('date');
|
||||
$table->string('voice');
|
||||
$table->string('description')->nullable();
|
||||
$table->integer('message_quality');
|
||||
$table->integer('format_quality');
|
||||
$table->integer('type_id');
|
||||
|
||||
@@ -19,7 +19,7 @@ return new class extends Migration
|
||||
$table->integer('review_duration')->nullable();
|
||||
$table->dateTime('listen_at')->nullable();
|
||||
$table->boolean('is_listen')->default(false);
|
||||
$table->foreignId('action_id')->nullable()->constrained();
|
||||
$table->foreignId('action_id')->nullable()->constrained('people_message_actions');
|
||||
$table->string('action_name')->nullable();
|
||||
$table->string('description')->nullable();
|
||||
$table->unsignedBigInteger('savaneh_id')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user