This website requires JavaScript.
Explore
Help
Sign In
SQuiz
/
common
Watch
2
Star
0
Fork
0
You've already forked common
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
74ecde46ec
common
/
dal
/
schema
/
000013_init.up.sql
3 lines
68 B
MySQL
Raw
Normal View
History
Unescape
Escape
add new type for add tags to rule
2024-06-08 12:59:56 +00:00
ALTER
TABLE
rules
update sqlc gen
2024-06-05 19:07:15 +00:00
ADD
COLUMN
TagsToAdd
JSONB
NOT
NULL
DEFAULT
'
{}
'
;
Reference in New Issue
Copy Permalink