drizzle.rst 381 B

12345678910111213
  1. =======
  2. Drizzle
  3. =======
  4. The current schema, as of .21 is::
  5. CREATE TABLE <table> ( unique_key VARCHAR(GEARMAN_UNIQUE_SIZE),
  6. function_name VARCHAR(255),
  7. priority INT,
  8. data LONGBLOB,
  9. when_to_run BIGINT,
  10. unique key (unique_key, function_name));