15 Mar
2010
15 Mar
'10
1:06 a.m.
Michel, Maybe I've been at this too long today. The following is what I'm running: drush sqlq CREATE TABLE semaphore ( `name` VARCHAR(255) NOT NULL DEFAULT '', `value` VARCHAR(255) NOT NULL DEFAULT '', `expire` DOUBLE NOT NULL, PRIMARY KEY (name), INDEX expire (expire) ) It returns, the following: -bash: syntax error near unexpected token `(' I'm just not seeing the error of my ways. Thanks