- Issue created by @SocialNicheGuru
- πΊπΈUnited States SocialNicheGuru
could uuid be used as primary key
mysql> desc webform_timeout;
+---------+---------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+---------+------+-----+---------+-------+
| webform | text | NO | MUL | NULL | |
| uid | int(11) | NO | | 0 | |
| created | int(11) | NO | | 0 | |
+---------+---------+------+-----+---------+-------+