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
d9be9bbf00
common
/
dal
/
schema
/
000011_init.up.sql
2 lines
62 B
MySQL
Raw
Normal View
History
Unescape
Escape
add utm in answer struct and init new mig files for add column utm to db
2024-05-17 17:19:56 +00:00
ALTER
TABLE
answer
change text utm to jsonb, and add type map for utm
2024-05-17 17:51:59 +00:00
ADD
COLUMN
utm
jsonb
NOT
NULL
DEFAULT
'
{}
'
;
Reference in New Issue
Copy Permalink