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