jamband\schemadump\Migration::init PHP Method

init() public method

public init ( )
    public function init()
    {
        parent::init();
        if ($this->db->driverName === 'mysql') {
            $this->tableOptions = 'ENGINE=InnoDB CHARACTER SET=utf8 COLLATE=utf8_unicode_ci';
        }
    }
Migration