2 Replies Latest reply on Aug 13, 2008 8:27 AM by adamw

    Creating multiple tables.

    ikuplevich

      If there are any possibilities to create not just one table tableName_versions but for example another one tableName_versions1?

        • 1. Re: Creating multiple tables.
          ikuplevich

          I really need to create two additional tables for one entity. In first I will be saving full history which is emplemented in evers lib and in other one I need to keep track only in certain cases. Can I just extend some of evers classes to create additional table or should I just starting developing additional service for it in my project?

          • 2. Re: Creating multiple tables.
            adamw

            Hello,

            no, this is not currently possible. Maybe you can store all historical data just in one table, and retrieve the data that you would like to store in the second table using queries?

            Adam