Skip to content

Instantly share code, notes, and snippets.

@fIa5h
Last active August 29, 2015 14:21
Show Gist options
  • Save fIa5h/517a2134bd4ddaf658f1 to your computer and use it in GitHub Desktop.
Save fIa5h/517a2134bd4ddaf658f1 to your computer and use it in GitHub Desktop.
room_condition_report_damage_reports
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