This website requires JavaScript.
Explore
Help
Register
Sign In
xiaoxue_admin
/
multica
Watch
1
Star
0
Fork
You've already forked multica
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7958b5b96c
multica
/
server
/
migrations
/
017_comment_parent_id.up.sql
2 lines
89 B
SQL
Raw
Blame
History
ALTER
TABLE
comment
ADD
COLUMN
parent_id
UUID
REFERENCES
comment
(
id
)
ON
DELETE
SET
NULL
;
Reference in New Issue
View Git Blame
Copy Permalink