Last active
January 3, 2016 10:00
-
-
Save hoanganh25991/6d2a67a90f68bb699ecd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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