addVideoElementFields example



class Migrations_Migration410 extends Shopware\Components\Migrations\AbstractMigration
{
    public function up($modus)
    {
        $this->addFullscreenField();
        $this->addModeField();
        $this->addVideoElementFields();
    }

    /** * @return string */
    protected function addFullscreenField()
    {
        $sql = <<<'EOD' ALTER TABLE `s_emotion` ADD `fullscreen` INT NOT NULL DEFAULT '0' ; EOD;
        $this->addSql($sql);

        
Home | Imprint | This part of the site doesn't use cookies.