Mails, Strono, filter
This commit is contained in:
parent
f53f17f9c1
commit
62e84637b6
99 changed files with 2409 additions and 474 deletions
|
|
@ -29,6 +29,7 @@ class CreateLeadTable extends Migration
|
|||
$table->text('remarks')->nullable();
|
||||
$table->integer('sf_guard_user_id');
|
||||
$table->tinyInteger('is_closed')->nullable()->default(0);
|
||||
$table->tinyInteger('is_rebook')->nullable()->default(0);
|
||||
$table->bigInteger('initialcontacttype_id')->nullable();
|
||||
$table->bigInteger('searchengine_id')->nullable();
|
||||
$table->string('searchengine_keywords', 255)->nullable();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue