diff --git a/snippets/db/dot_parser.js b/snippets/db/dot_parser.js index b16216b..985ac74 100644 --- a/snippets/db/dot_parser.js +++ b/snippets/db/dot_parser.js @@ -22,6 +22,8 @@ function get_type (short) { return 'boolean'; case '🖹': return 'text'; + case '🕓': + return 'timestamp'; default: return ''; }