ali-bouali / book-social-network

BSN is a social network platform to exchange books between the members.
Apache License 2.0
569 stars 115 forks source link

book synopsis should be TEXT #3

Closed abdelhalimjean closed 4 months ago

abdelhalimjean commented 4 months ago

when trying to add a new book and we write a long synopsis (>255 characters) we'll get an "value too long for type character varying(255)" error

using a column type TEXT would be better in this case since a synopsis can be a few paragraphs

ali-bouali commented 4 months ago

true. please feel free to adjust. What I mentioned is just an example and you have all the freedom to extend the application and do all the changes that suits you. Happy you made it this far. Keep going