Hi,<br><br>Is there a way to use autoincrement in axiom ? I need a property in my model that reflects the last  row id after every insert operation. Also, is it safe to use non-db variables in axiom model ? something like <br>
<br>class test1(Item):<br>  name = attributes.text()<br><br>  surname = &quot;my non db variable&quot;<br><br>The interpretor does throw an error but that can be overcome by using self.__dict__[&#39;surname&#39;] = &quot;non db&quot; . Just wanted to know if this is recommended or not <br>
<br>sorry, if this&#39; already been answered; i did search but couldn&#39;t find the answer.<br><br>Thanks<br>