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.
1 parent 16862ad commit 2ab975bCopy full SHA for 2ab975b
src/lib/items/Attribute.php
@@ -321,7 +321,6 @@ public function toColumnSchema():ColumnSchema
321
if ($this->defaultValue !== null) {
322
$column->defaultValue = $this->defaultValue;
323
} elseif ($column->allowNull) {
324
- //@TODO: Need to discuss
325
$column->defaultValue = null;
326
}
327
if (is_array($this->enumValues)) {
0 commit comments