Create a table to represent tree nodes.
CREATE TABLE `tree_node` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`data_body` text,
node_deleted
datetime DEFAULT NULL,
[http "https://github.com"] | |
proxy = socks5://127.0.0.1:1080 | |
[https "https://github.com"] | |
proxy = socks5://127.0.0.1:1080 |