Commit 89d04c58 authored by 罗林杰's avatar 罗林杰

修改SQL开发

parent d864acd4
......@@ -388,10 +388,13 @@ export const jsonData = `
) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC;
SELECT * FROM access_token
WHERE create_time < DATE_SUB(NOW(), INTERVAL maxage DAY);
`;
export const cardList: any[] = [
{
title: `CREATE TABLE access_token ( token_id INT U...`,
title: ` SELECT * FROM access_token WHERE create_ti...`,
icon: 'weui:done2-outlined',
percent: 100,
color: 'green',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment