getTable('mail_accounts'); $accountsTable->addColumn('junk_mailbox_id', 'integer', [ 'notnull' => false, 'default' => null, ]); $accountsTable->addColumn('move_junk', 'boolean', [ 'notnull' => false, 'default' => false, ]); return $schema; } }