Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 committed Jul 25, 2024
2 parents 87d1e98 + 637fa59 commit df578f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/ScaffoldResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static function getTableColumns($tableName)
'nullable' => $column->Null === 'YES',
'key' => $translatedKey,
'default' => $column->Default,
'comment' => '',
'comment' => '',
];
}

Expand Down

0 comments on commit df578f1

Please sign in to comment.