getTable('share'); $table->addColumn('label', 'string', [ 'notnull' => false, 'length' => 255, ]); return $schema; } }