Hello,
if I have "unique" field in mytable.
How should crud.archive deal with it?

I tried setting it after mytable and mytable_archive declaration, but
then it doesn't apply it to mytable...

db.mytable.name.unique=True



ps.: in
http://web2py.com/book/default/chapter/07#Record-Versioning
and in docstrings
there is said, thtat crud.archive creates "mytable_history",
but it creates "mytable_archive" ..

Reply via email to