mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2025-02-14 11:43:45 +01:00
5 lines
101 B
MySQL
5 lines
101 B
MySQL
|
CREATE TABLE tx_tracking_pageview (
|
||
|
url text,
|
||
|
type int(11) unsigned DEFAULT '0' NOT NULL,
|
||
|
);
|