Skip to content

BUG — Review: description declarado como Integer #20

@alopezdeharo

Description

@alopezdeharo

En Review, el campo description está declarado con el tipo incorrecto:

// Así está ahora:
private Integer description;

// Mejor algo como esto:
@Column(length = 1000)
private String description;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions