diff --git a/src/lib/items/Attribute.php b/src/lib/items/Attribute.php index 5563162d..99241501 100644 --- a/src/lib/items/Attribute.php +++ b/src/lib/items/Attribute.php @@ -321,7 +321,6 @@ public function toColumnSchema():ColumnSchema if ($this->defaultValue !== null) { $column->defaultValue = $this->defaultValue; } elseif ($column->allowNull) { - //@TODO: Need to discuss $column->defaultValue = null; } if (is_array($this->enumValues)) {