We have a PostgreSQL database. And we have several tables which need to keep certain data in several languages (the list of possible languages is thankfully system-wide defi
I think it is best if you create two tables. One for languages, one for ids and so on.
first_table( id )
second_table( s_id, id_first_table, language_id, language_text)