We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c53973 + 2ab975b commit e26e216Copy full SHA for e26e216
src/lib/items/Attribute.php
@@ -327,7 +327,6 @@ public function toColumnSchema():ColumnSchema
327
if ($this->defaultValue !== null) {
328
$column->defaultValue = $this->defaultValue;
329
} elseif ($column->allowNull) {
330
- //@TODO: Need to discuss
331
$column->defaultValue = null;
332
}
333
if (is_array($this->enumValues)) {
0 commit comments