Skip to content

Every field for views is optional #7

Description

@Raflos10

Every field generated for a view is optional.
Currently I find I'm having to do a lot of unnecessary validation on these optional fields.
It would be great if columns that are not nullable were generated as non-optional.
For example, a view that performs a left join, none of the left-side table's columns should be generated as optional unless they are actually nullable. The right-side table though can still have all optional fields.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions