While working on #150 I was getting this error, so I increased the size of title see the PR-> #153
vidur_app | ℹ Vite client warmed up in 2ms
database | 2024-09-13 05:21:48.692 UTC [30] ERROR: value too long for type character varying(8)
database | 2024-09-13 05:21:48.692 UTC [30] STATEMENT: insert into "review_tags" ("id", "title", "parent") values (default, $1, $2), (default, $3, $4), (default, $5, $6), (default, $7, $8), (default, $9, $10)
vidur_app | Seeding Database
vidur_app |
vidur_app | ERROR Error applying seed 2 value too long for type character varying(8)
While working on #150 I was getting this error, so I increased the size of
title
see the PR-> #153