I'm a bit baffled by what you're trying to accomplish exactly. But if you're supposed to be able to access the same post and see it in a different language, does that imply some automated translation?..in which case the language preference would only be a session/user/display setting, instead of storing the language and translated text. If the translations are done by hand, that's a different story.
To help clarify your database schema it's best to draw an ER diagram rather than straight into specific schema. You should be able to walk the pen along the relationship lines in the ER diagram, as you work through functional scenarios of your app. ER diagram shows the cardinality ( 1-to-many etc) about the relationships between the tables, so helps clarify the relationships and remove basic anomalies (e.g. many-to-many cardinality needs refactoring)
the hardest line to type correctly is: stty erase ^H

In reply to Re: [OT] Database Design by aquarium
in thread [OT] Database Design by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.