/*
SQLyog Ultimate v11.33 (64 bit)
MySQL - 5.5.58 : Database - zipkin
*********************************************************************
*//*!40101 SET NAMES utf8 */;/*!40101 SET SQL_MODE=''*/;/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;CREATEDATABASE/*!32312 IF NOT EXISTS*/`zipkin`/*!40100 DEFAULT CHARACTER SET utf8 */;USE`zipkin`;/*Table structure for table `zipkin_annotations` */DROPTABLEIFEXISTS`zipkin_annotations`;CREATETABLE`zipkin_annotations`(`trace_id_high`bigint(20)NOTNULLDEFAULT'0'COMMENT'If non zero, this means the trace uses 128 bit traceIds instead of 64 bit',`trace_id`bigint(20)NOTNULLCOMMENT'coincides with zipkin_spans.trace_id',`span_id`bigint(20)NOTNULLCOMMENT'coincides with zipkin_spans.id',`a_key`varchar(255)NOTNULLCOMMENT'BinaryAnnotation.key or Annotation.value if type == -1',`a_value`blobCOMMENT'BinaryAnnotation.value(), which must be smaller than 64KB',`a_type