abtest/ext_tables.sql

7 lines
242 B
MySQL
Raw Normal View History

2017-12-10 22:19:30 +01:00
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,
2017-12-11 00:18:29 +01:00
tx_abtest2_footer text,
2017-12-10 22:19:30 +01:00
tx_abtest2_counter int(11) DEFAULT '0' NOT NULL
);