Skip to content

Instantly share code, notes, and snippets.

View DaanHoogland's full-sized avatar
💭
high stature?

dahn DaanHoogland

💭
high stature?
View GitHub Profile
@DaanHoogland
DaanHoogland / fr13-annotations.sql
Created June 28, 2017 12:14
annotations db entries
-- Annotations specifc changes following
CREATE TABLE IF NOT EXISTS `cloud`.`annotations` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`uuid` varchar(40) UNIQUE,
`annotation` text,
`entity_uuid` varchar(40),
`entity_type` varchar(32),
`user_uuid` varchar(40),
`created` datetime COMMENT 'date of creation',