dynamic email templates
This commit is contained in:
@ -109,6 +109,8 @@ class CoreV200 extends Migration
|
||||
$table->increments('id');
|
||||
$table->integer('company_id');
|
||||
$table->string('alias');
|
||||
$table->string('class');
|
||||
$table->string('name');
|
||||
$table->string('subject');
|
||||
$table->text('body');
|
||||
$table->text('params')->nullable();
|
||||
|
Reference in New Issue
Block a user