getTable('mail_aliases'); $table->addColumn('signature', 'text', [ 'notnull' => false, 'length' => 1024, 'default' => '', ]); return $schema; } }