abtest/ext_tables.sql

6 lines
186 B
MySQL
Raw Normal View History

2017-12-10 22:19:30 +01:00
CREATE TABLE pages (
tx_abtest_variant int(11) DEFAULT '0' NOT NULL,
tx_abtest_cookie_time int(11) DEFAULT 604800 NOT NULL,
tx_abtest_counter int(11) DEFAULT '0' NOT NULL
);