Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created June 6, 2013 20:48
Show Gist options
  • Select an option

  • Save AV4TAr/5724808 to your computer and use it in GitHub Desktop.

Select an option

Save AV4TAr/5724808 to your computer and use it in GitHub Desktop.
CREATE TABLE `session` (
`id` char(32),
`name` char(32),
`modified` int,
`lifetime` int,
`data` text,
PRIMARY KEY (`id`, `name`)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment