You need to add the ts column to your database.
Try to do an update and add the table and it will get rid of that error.
try
alter table variables add (ts timestamp);
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
|