Autoincrement some filed
HI,
How to increment any other field then id in table?
for example:
t.id(& author::m_id, "author_id"); <- this is autoincrement by default
t.data(& author::position, "name");
and how to make that position filed will be also autoincrement?
Thanks a lot fo any advice
How to increment any other field then id in table?
for example:
t.id(& author::m_id, "author_id"); <- this is autoincrement by default
t.data(& author::position, "name");
and how to make that position filed will be also autoincrement?
Thanks a lot fo any advice