7 Star 85 Fork 46

APIJSON/APIJSON-Demo

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
sys__Visit.sql 260 Bytes
Copy Edit Raw Blame History
qiujunlin authored 2021-09-10 16:18 +08:00 . 添加ClickHouse sql脚本
--
-- 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;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/APIJSON/APIJSON-Demo.git
git@gitee.com:APIJSON/APIJSON-Demo.git
APIJSON
APIJSON-Demo
APIJSON-Demo
master

Search