Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created May 21, 2018 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/b2259281e4c470a3930c05166c7cb2c0 to your computer and use it in GitHub Desktop.
Save jmercouris/b2259281e4c470a3930c05166c7cb2c0 to your computer and use it in GitHub Desktop.
CREATE TABLE `response` (
`survey` INTEGER,
`data` TEXT,
FOREIGN KEY(`survey`) REFERENCES `survey`(`id`)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment