This website works better with JavaScript.
Home
Explore
Help
Sign In
liuhaodong
/
laic-backend
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
低空智控平台 后端go
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
1
Branch
0
Tags
641 KiB
Go
99.1%
Shell
0.9%
Tree:
77c224696c
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '77c224696c'
${ noResults }
laic-backend
/
sql
/
010_task_workflow_timeout.sql
2 lines
98 B
Raw
Blame
History
ALTER
TABLE
task_execution
ADD
COLUMN
result_code
VARCHAR
(
64
)
NULL
COMMENT
'
执行结果码
'
;
Reference in new issue