HarvardEconCS / TurkServer

multi-user experiment framework for online virtual labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workerId field in database not long enough

alicexigao opened this issue · comments

I've seen some workerIds that are 21 characters long. Some examples below.

A09265903LS1OKAES4KAC
A002160837SWJFPIAI7L7

However, the workerId column in most tables in the database are 14 characters long. I believe I've observed errors inserting into database because the workerId field is not long enough.