class NullableHostColumn extends AbstractMigration
6
{
7
/**
8
* Migrate Up.
9
*/
10
1
public function up()
11
{
12
1
$this->execute("ALTER TABLE visits MODIFY host VARCHAR(100) COMMENT 'The host of the player. If this value is null, the host could not be resolved.'");