tracking/ext_tables.sql

6 lines
122 B
MySQL
Raw Normal View History

CREATE TABLE tx_tracking_pageview (
url text,
user_agent text,
type int(11) unsigned DEFAULT '0' NOT NULL,
);