mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-15 02:36:11 +01:00
6 lines
214 B
MySQL
6 lines
214 B
MySQL
|
CREATE TABLE pages (
|
||
|
tx_abtest2_b_id int(11) DEFAULT '0' NOT NULL,
|
||
|
tx_abtest2_cookie_time int(11) DEFAULT '86400' NOT NULL,
|
||
|
tx_abtest2_header text,
|
||
|
tx_abtest2_counter int(11) DEFAULT '0' NOT NULL
|
||
|
);
|