Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
CREATE TABLE `sc_proxy` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `Ip` varchar(255) CHARACTER SET utf8 NOT NULL, `Country` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `Used` int(11) DEFAULT '0', `Disabled` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=20001 DEFAULT CHARSET=latin1 CREATE TABLE `sc_proxy_request_log` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `IdSite` int(11) NOT NULL, `IpProxy` varchar(255) CHARACTER SET utf8 NOT NULL, `IdProxy` int(11) DEFAULT NULL, `DateTimeRequest` datetime NOT NULL, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=772787 DEFAULT CHARSET=latin1

Stuck with a problem? Got Error? Ask AI support!

Copy Clear