Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
fd669da0
Commit
fd669da0
authored
Dec 05, 2024
by
chenjiahao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9a46c963
79cc5eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
sqlDevelopmentData.ts
...ws/scriptDevelopment/sqlDevelopment/sqlDevelopmentData.ts
+4
-1
No files found.
src/views/scriptDevelopment/sqlDevelopment/sqlDevelopmentData.ts
View file @
fd669da0
...
@@ -387,11 +387,14 @@ export const jsonData = `
...
@@ -387,11 +387,14 @@ export const jsonData = `
PRIMARY KEY (token_id)
PRIMARY KEY (token_id)
) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC;
) 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
[]
=
[
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'
,
icon
:
'weui:done2-outlined'
,
percent
:
100
,
percent
:
100
,
color
:
'green'
,
color
:
'green'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment