Skip to content

Commit 2ab975b

Browse files
committed
Fix #33
1 parent 16862ad commit 2ab975b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib/items/Attribute.php

-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ public function toColumnSchema():ColumnSchema
321321
if ($this->defaultValue !== null) {
322322
$column->defaultValue = $this->defaultValue;
323323
} elseif ($column->allowNull) {
324-
//@TODO: Need to discuss
325324
$column->defaultValue = null;
326325
}
327326
if (is_array($this->enumValues)) {

0 commit comments

Comments
 (0)