Plugin zusätzliche Textfelder hinzufügen

Hallo, ich habe eine Frage zum alten hinzufügen von Freitextfeldern im Artikel bei SW kleiner  5.2 . Wieviel Werte müssen hier hinterlegt werden? Ich gehe von 6 Feldern aus, wie unten aufgelistet. Dürfen hier Felder fehlen? Es geht mir um das Fehlen des letzten Eintrages “default” Wert. Der fehlt in einem Plugin, Hersteller sagt ist nicht schlimm, jedoch wird die Datenbankspalte nicht angelegt.

 * @param string $table Full table name. Example: "s_user_attributes"
 * @param string $prefix Column prefix. The prefix and column parameter will be the column name. Example: "swag".
 * @param string $column The column name
 * @param string $type Full type declaration. Example: "VARCHAR( 5 )" / "DECIMAL( 10, 2 )"
 * @param bool $nullable Allow null property
 * @param null $default Default value of the column

Shopware()->Models()->addAttribute()