hasTable('bbb_restrictions')) { $table = $schema->getTable('bbb_restrictions'); if (!$table->hasColumn('allow_logout_u_r_l')) { $table->addColumn('allow_logout_u_r_l', 'boolean', [ 'notnull' => false, 'default' => false ]); } return $schema; } return null; } }