| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/APIJSON/APIJSON-Demo/master/ClickHouse/single/sys__Visit.sql | [Back] [Original] |
-- -- Table structure for table `_Visit` -- DROP TABLE IF EXISTS `_Visit`; CREATE TABLE `_Visit` ( `model` String , `id` UInt64, `operate` UInt64 COMMENT '1-\n2-\n3-\n4-', `date` DateTime DEFAULT now() )ENGINE = MergeTree PRIMARY KEY id;
| Web Proxy Viewer | New URL | Original Page |