Skip to content

Instantly share code, notes, and snippets.

View eviljeff's full-sized avatar

Andrew Williamson eviljeff

View GitHub Profile
CREATE TABLE `abuse_reports` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
`reporter_id` int(11) DEFAULT NULL,
`ip_address` varchar(255) NOT NULL,
`addon_id` int(11) unsigned DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`message` longtext NOT NULL,
`guid` char(255) DEFAULT NULL,