Mails previews, Lead Passolution, Lead Country Files, LeadParticipant
This commit is contained in:
parent
5e3bd3a1ba
commit
ae70577289
28 changed files with 596 additions and 97 deletions
|
|
@ -24,7 +24,9 @@ class CreateLeadParticipantTable extends Migration
|
|||
$table->string('participant_firstname', 255)->nullable();
|
||||
$table->date('participant_birthdate')->nullable();
|
||||
$table->bigInteger('participant_salutation_id')->nullable();
|
||||
|
||||
$table->tinyInteger('participant_child')->nullable()->default(0);
|
||||
$table->unsignedInteger('nationality_id')->nullable();
|
||||
|
||||
$table->index('lead_id', 'lead_participant_lead_id_idx');
|
||||
$table->index('participant_salutation_id', 'lead_participant_participant_salutation_id_idx');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue