mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2025-03-16 06:43:46 +01:00
4 lines
101 B
SQL
4 lines
101 B
SQL
CREATE TABLE tx_tracking_pageview (
|
|
url text,
|
|
type int(11) unsigned DEFAULT '0' NOT NULL,
|
|
);
|