hasTable('share')) { $shareTable = $schema->getTable('share'); if (!$shareTable->hasColumn('attributes')) { $shareTable->addColumn( 'attributes', Types::JSON, [ 'default' => null, 'notnull' => false ] ); } } return $schema; } }