topical media & game development

talk show tell print

mashup-flickr-14-Step-6-sql-create-smartset.sql / sql



  DROP TABLE IF EXISTS smartset;
  
  CREATE TABLE smartset (
    sset_key CHAR(32) NOT NULL,
    sset_photo_id VARCHAR(255) NOT NULL,
    sset_index INT NOT NULL
  );
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.