You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id: uuid,
pet_id: Pet // Relacionado con la entidad Pet,
comment: text nullable: true,
media_url: text nullable: true,
created_at: date,
updated_at: date,
The text was updated successfully, but these errors were encountered:
Atributos de la entidad :
Post
id: uuid,
pet_id: Pet // Relacionado con la entidad Pet,
comment: text nullable: true,
media_url: text nullable: true,
created_at: date,
updated_at: date,
The text was updated successfully, but these errors were encountered: