xref: /illumos-gate/usr/src/tools/smatch/src/smatch_data/db/mtag_data.schema (revision a02120c4550735e4c33259ff2671a5ef9d06c5cc)
1CREATE TABLE mtag_data (tag big int, offset integer, type integer, value varchar(80));
2