Closed Tigrov closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.60%. Comparing base (
86fc92e
) to head (aa7e304
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
psalm
annotations;ColumnSchemaInterface::null()
method as alias toColumnSchemaInterface::notNull(false)
to be compatible withColumnInterface
;ColumnSchemaInterface::hasDefaultValue()
method to check if default value is initialized, even if it isnull
value.Related PRs