Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dankal-data-view
Overview
Overview
Details
Activity
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
仲光辉
dankal-data-view
Commits
61430ca0
Commit
61430ca0
authored
Aug 28, 2024
by
mercymodest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:- add sql
parent
b5b50124
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
20240828上线.sql
拉伽/20240828上线.sql
+16
-3
No files found.
拉伽/20240828上线.sql
View file @
61430ca0
creat
e
index
user_card_audit_log_user_card_uuid_index
creat
e
index
user_card_audit_log_user_card_uuid_index
create
index
user_card_audit_log_user_card_uuid_index
on
user_card_audit_log
(
user_card_uuid
);
\ No newline at end of file
on
user_card_audit_log
(
user_card_uuid
);
INSERT
INTO
menus
(
uuid
,
company_uuid
,
name
,
parent_uuid
,
sort
,
create_time
,
update_time
,
url
,
type
,
classes
)
VALUES
(
'ac9e3db7f5fe448491550e46fe1012b7'
,
846782090753224704
,
'批量变更授课教练'
,
'adfbde7103eb11ecbf1c00163e0434b9'
,
18
,
DEFAULT
,
DEFAULT
,
DEFAULT
,
2
,
DEFAULT
);
INSERT
INTO
group_menus
(
menu_uuid
,
group_uuid
,
create_time
,
update_time
)
VALUES
(
'ac9e3db7f5fe448491550e46fe1012b7'
,
'3'
,
DEFAULT
,
DEFAULT
);
drop
index
uk_coach_user_card
on
user_card_coach
;
alter
table
user_card
add
receipt_date
date
null
comment
'收款日期 yyyy-MM-dd'
;
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