getTable('spreedme_rooms'); $table->addColumn('activeSince', Types::DATETIME, [ 'notnull' => false, ]); $table->addColumn('activeGuests', Types::INTEGER, [ 'notnull' => true, 'length' => 4, 'default' => 0, 'unsigned' => true, ]); return $schema; } }