getTable('suspicious_login_model'); $table->addColumn('address_type', 'string', [ 'notnull' => true, 'length' => 32, 'default' => Ipv4Strategy::getTypeName() ]); return $schema; } }