53
edits
(update) |
(added details to description) |
||
Line 19: | Line 19: | ||
| deviceid || varchar || Browser profile id? Not currently captured. | | deviceid || varchar || Browser profile id? Not currently captured. | ||
|- | |- | ||
| when || bigint || Linux time stamp of when | | when || bigint || Linux time stamp of when sync occurred. Make sure to put in "quotes" since when is a reserved SQL word. | ||
|- | |- | ||
| took || bigint || | | took || bigint || Time it took to Sync? | ||
|- | |- | ||
| failurereason || row(name varchar, value varchar) || Sync failure reason | | failurereason || row(name varchar, value varchar) || Sync failure reason |
edits