Last active
August 29, 2015 14:21
-
-
Save fIa5h/517a2134bd4ddaf658f1 to your computer and use it in GitHub Desktop.
room_condition_report_damage_reports
This file contains 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 `room_condition_report_damage_reports` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`array` longtext NOT NULL, | |
`organization_id` int(11) NOT NULL, | |
`created` varchar(300) NOT NULL, | |
`key` varchar(100) NOT NULL, | |
PRIMARY KEY (`id`) | |
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment