Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created November 11, 2010 13:21
Show Gist options
  • Save tadzik/672490 to your computer and use it in GitHub Desktop.
Save tadzik/672490 to your computer and use it in GitHub Desktop.
schema.sqlite for DancerJukebox
CREATE TABLE `queue` (
`id` integer NOT NULL primary key autoincrement,
`path` text,
`playlist_id` int(11) default NULL,
`played` datetime default NULL,
`queued` datetime default NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment