You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/schema/sipstats.json

936 lines
30 KiB

{
"columns" : {
"mark/name" : {
"CHARACTER_SET_NAME" : "utf8mb3",
"COLLATION_NAME" : "utf8mb3_general_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "name",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 1,
"TABLE_NAME" : "mark",
"key_col" : "mark/name"
},
"mark/value" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "value",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 2,
"TABLE_NAME" : "mark",
"key_col" : "mark/value"
},
"message_packets/message" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "message",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 1,
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets/message"
},
"message_packets/packet" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "packet",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 2,
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets/packet"
},
"messages/call_id" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "call_id",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 12,
"TABLE_NAME" : "messages",
"key_col" : "messages/call_id"
},
"messages/callee_uuid" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "callee_uuid",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 16,
"TABLE_NAME" : "messages",
"key_col" : "messages/callee_uuid"
},
"messages/caller_uuid" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "caller_uuid",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 15,
"TABLE_NAME" : "messages",
"key_col" : "messages/caller_uuid"
},
"messages/cseq_method" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "cseq_method",
"COLUMN_TYPE" : "varchar(16)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 11,
"TABLE_NAME" : "messages",
"key_col" : "messages/cseq_method"
},
"messages/dst_ip" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "dst_ip",
"COLUMN_TYPE" : "varchar(39)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 6,
"TABLE_NAME" : "messages",
"key_col" : "messages/dst_ip"
},
"messages/dst_port" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "dst_port",
"COLUMN_TYPE" : "smallint(5) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 8,
"TABLE_NAME" : "messages",
"key_col" : "messages/dst_port"
},
"messages/from_uri" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "from_uri",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 14,
"TABLE_NAME" : "messages",
"key_col" : "messages/from_uri"
},
"messages/id" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "id",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "auto_increment",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 1,
"TABLE_NAME" : "messages",
"key_col" : "messages/id"
},
"messages/method" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "method",
"COLUMN_TYPE" : "varchar(20)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 10,
"TABLE_NAME" : "messages",
"key_col" : "messages/method"
},
"messages/payload" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "payload",
"COLUMN_TYPE" : "blob",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 9,
"TABLE_NAME" : "messages",
"key_col" : "messages/payload"
},
"messages/protocol" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "protocol",
"COLUMN_TYPE" : "enum('IPv4','IPv6')",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 3,
"TABLE_NAME" : "messages",
"key_col" : "messages/protocol"
},
"messages/request_uri" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "request_uri",
"COLUMN_TYPE" : "varchar(255)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 13,
"TABLE_NAME" : "messages",
"key_col" : "messages/request_uri"
},
"messages/src_ip" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "src_ip",
"COLUMN_TYPE" : "varchar(39)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 5,
"TABLE_NAME" : "messages",
"key_col" : "messages/src_ip"
},
"messages/src_port" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "src_port",
"COLUMN_TYPE" : "smallint(5) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 7,
"TABLE_NAME" : "messages",
"key_col" : "messages/src_port"
},
"messages/timestamp" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "timestamp",
"COLUMN_TYPE" : "decimal(17,6)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 2,
"TABLE_NAME" : "messages",
"key_col" : "messages/timestamp"
},
"messages/transport" : {
"CHARACTER_SET_NAME" : "latin1",
"COLLATION_NAME" : "latin1_swedish_ci",
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "transport",
"COLUMN_TYPE" : "enum('UDP','TCP')",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 4,
"TABLE_NAME" : "messages",
"key_col" : "messages/transport"
},
"packets/dst_mac" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "dst_mac",
"COLUMN_TYPE" : "binary(6)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 4,
"TABLE_NAME" : "packets",
"key_col" : "packets/dst_mac"
},
"packets/header" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "header",
"COLUMN_TYPE" : "blob",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 5,
"TABLE_NAME" : "packets",
"key_col" : "packets/header"
},
"packets/id" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "id",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "auto_increment",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 1,
"TABLE_NAME" : "packets",
"key_col" : "packets/id"
},
"packets/payload" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "payload",
"COLUMN_TYPE" : "blob",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 6,
"TABLE_NAME" : "packets",
"key_col" : "packets/payload"
},
"packets/src_mac" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "src_mac",
"COLUMN_TYPE" : "binary(6)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 3,
"TABLE_NAME" : "packets",
"key_col" : "packets/src_mac"
},
"packets/timestamp" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "timestamp",
"COLUMN_TYPE" : "decimal(17,6)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 2,
"TABLE_NAME" : "packets",
"key_col" : "packets/timestamp"
},
"packets/trailer" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "trailer",
"COLUMN_TYPE" : "blob",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 7,
"TABLE_NAME" : "packets",
"key_col" : "packets/trailer"
},
"statistics/id" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "id",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "auto_increment",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 1,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/id"
},
"statistics/req_ack" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_ack",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 7,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_ack"
},
"statistics/req_bye" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_bye",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 6,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_bye"
},
"statistics/req_cancel" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_cancel",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 9,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_cancel"
},
"statistics/req_count" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_count",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 3,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_count"
},
"statistics/req_invite" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_invite",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 5,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_invite"
},
"statistics/req_message" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_message",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 15,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_message"
},
"statistics/req_notify" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_notify",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 14,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_notify"
},
"statistics/req_options" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_options",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 11,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_options"
},
"statistics/req_other" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_other",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 16,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_other"
},
"statistics/req_prack" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_prack",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 8,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_prack"
},
"statistics/req_publish" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_publish",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 12,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_publish"
},
"statistics/req_register" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_register",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 4,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_register"
},
"statistics/req_subscribe" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_subscribe",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 13,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_subscribe"
},
"statistics/req_update" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "req_update",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 10,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/req_update"
},
"statistics/res_18x" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_18x",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 18,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_18x"
},
"statistics/res_1xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_1xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 19,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_1xx"
},
"statistics/res_2xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_2xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 20,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_2xx"
},
"statistics/res_3xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_3xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 21,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_3xx"
},
"statistics/res_401" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_401",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 22,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_401"
},
"statistics/res_403" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_403",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 24,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_403"
},
"statistics/res_404" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_404",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 25,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_404"
},
"statistics/res_407" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_407",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 23,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_407"
},
"statistics/res_480" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_480",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 26,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_480"
},
"statistics/res_486" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_486",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 27,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_486"
},
"statistics/res_487" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_487",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 28,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_487"
},
"statistics/res_4xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_4xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 29,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_4xx"
},
"statistics/res_5xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_5xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 30,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_5xx"
},
"statistics/res_6xx" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_6xx",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 31,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_6xx"
},
"statistics/res_count" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : "0",
"COLUMN_NAME" : "res_count",
"COLUMN_TYPE" : "bigint(20) unsigned",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 17,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/res_count"
},
"statistics/timestamp" : {
"CHARACTER_SET_NAME" : null,
"COLLATION_NAME" : null,
"COLUMN_DEFAULT" : null,
"COLUMN_NAME" : "timestamp",
"COLUMN_TYPE" : "decimal(17,6)",
"EXTRA" : "",
"IS_NULLABLE" : "NO",
"ORDINAL_POSITION" : 2,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/timestamp"
}
},
"constraints" : {},
"indexes" : {
"mark/PRIMARY/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "name",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "mark",
"key_col" : "mark/PRIMARY/1"
},
"message_packets/PRIMARY/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "message",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets/PRIMARY/1"
},
"message_packets/PRIMARY/2" : {
"COLLATION" : "A",
"COLUMN_NAME" : "packet",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 2,
"SUB_PART" : null,
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets/PRIMARY/2"
},
"message_packets/packet/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "packet",
"INDEX_NAME" : "packet",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets/packet/1"
},
"messages/PRIMARY/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "id",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "messages",
"key_col" : "messages/PRIMARY/1"
},
"messages/call_id_idx/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "call_id",
"INDEX_NAME" : "call_id_idx",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "messages",
"key_col" : "messages/call_id_idx/1"
},
"messages/callee_uuid_idx/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "callee_uuid",
"INDEX_NAME" : "callee_uuid_idx",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "messages",
"key_col" : "messages/callee_uuid_idx/1"
},
"messages/caller_uuid_idx/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "caller_uuid",
"INDEX_NAME" : "caller_uuid_idx",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "messages",
"key_col" : "messages/caller_uuid_idx/1"
},
"messages/timestamp/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "timestamp",
"INDEX_NAME" : "timestamp",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "messages",
"key_col" : "messages/timestamp/1"
},
"packets/PRIMARY/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "id",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "packets",
"key_col" : "packets/PRIMARY/1"
},
"packets/uniq/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "timestamp",
"INDEX_NAME" : "uniq",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "packets",
"key_col" : "packets/uniq/1"
},
"packets/uniq/2" : {
"COLLATION" : "A",
"COLUMN_NAME" : "src_mac",
"INDEX_NAME" : "uniq",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 2,
"SUB_PART" : null,
"TABLE_NAME" : "packets",
"key_col" : "packets/uniq/2"
},
"packets/uniq/3" : {
"COLLATION" : "A",
"COLUMN_NAME" : "dst_mac",
"INDEX_NAME" : "uniq",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 3,
"SUB_PART" : null,
"TABLE_NAME" : "packets",
"key_col" : "packets/uniq/3"
},
"packets/uniq/4" : {
"COLLATION" : "A",
"COLUMN_NAME" : "header",
"INDEX_NAME" : "uniq",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 1,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 4,
"SUB_PART" : 80,
"TABLE_NAME" : "packets",
"key_col" : "packets/uniq/4"
},
"statistics/PRIMARY/1" : {
"COLLATION" : "A",
"COLUMN_NAME" : "id",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 1,
"SUB_PART" : null,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/PRIMARY/1"
},
"statistics/PRIMARY/2" : {
"COLLATION" : "A",
"COLUMN_NAME" : "timestamp",
"INDEX_NAME" : "PRIMARY",
"INDEX_TYPE" : "BTREE",
"NON_UNIQUE" : 0,
"NULLABLE" : "",
"SEQ_IN_INDEX" : 2,
"SUB_PART" : null,
"TABLE_NAME" : "statistics",
"key_col" : "statistics/PRIMARY/2"
}
},
"routines" : {},
"tables" : {
"mark" : {
"CREATE_OPTIONS" : "",
"ENGINE" : "InnoDB",
"TABLE_COLLATION" : "utf8mb3_general_ci",
"TABLE_NAME" : "mark",
"key_col" : "mark"
},
"message_packets" : {
"CREATE_OPTIONS" : "partitioned",
"ENGINE" : "InnoDB",
"TABLE_COLLATION" : "utf8mb3_general_ci",
"TABLE_NAME" : "message_packets",
"key_col" : "message_packets"
},
"messages" : {
"CREATE_OPTIONS" : "partitioned",
"ENGINE" : "InnoDB",
"TABLE_COLLATION" : "latin1_swedish_ci",
"TABLE_NAME" : "messages",
"key_col" : "messages"
},
"packets" : {
"CREATE_OPTIONS" : "partitioned",
"ENGINE" : "InnoDB",
"TABLE_COLLATION" : "latin1_swedish_ci",
"TABLE_NAME" : "packets",
"key_col" : "packets"
},
"statistics" : {
"CREATE_OPTIONS" : "partitioned",
"ENGINE" : "InnoDB",
"TABLE_COLLATION" : "utf8mb3_general_ci",
"TABLE_NAME" : "statistics",
"key_col" : "statistics"
}
},
"triggers" : {},
"views" : {}
}