Skip to content

entimport fails to generate uuid fields correctly #33

@tmc

Description

@tmc

I believe entimport does not currently match the field.UUID API which accepts a second argument.

I just got a field generated as:
field.UUID("fooer_id").Optional(uuid.UUID{})

where I believe the appropriate syntax is
field.UUID("fooer_id", uuid.UUID{}).Optional()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions