This website requires JavaScript.
Explore
Help
Sign In
futureporn
/
fp
Watch
1
Star
0
Fork
You've already forked fp
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5e83742341
fp
/
services
/
migrations-schema
/
migrations
/
00044_segments-uuid.sql
7 lines
130 B
SQL
Raw
Blame
History
ALTER
TABLE
api
.
segments
DROP
COLUMN
id
;
ALTER
TABLE
api
.
segments
ADD
COLUMN
id
uuid
PRIMARY
KEY
DEFAULT
gen_random_uuid
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink