getTable('share'); $table->addColumn('hide_download', 'smallint', [ 'notnull' => false, 'length' => 1, 'default' => 0, ]); return $schema; } }