Skip to content

Instantly share code, notes, and snippets.

@hoanganh25991
Last active January 3, 2016 10:00
Show Gist options
  • Save hoanganh25991/6d2a67a90f68bb699ecd to your computer and use it in GitHub Desktop.
Save hoanganh25991/6d2a67a90f68bb699ecd to your computer and use it in GitHub Desktop.
create table `opinions` (
`id` int unsigned not null auto_increment primary key,
`text` varchar(255) not null,
`is_right` int not null,
`question_id` int not null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment