This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
memos
mirror of
https://github.com/usememos/memos
Watch
1
Star
0
Fork
You've already forked memos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ec2b59bff5
memos
/
store
/
migration
/
postgres
/
prod
/
0.22
/
02__memo_payload.sql
2 lines
65 B
SQL
Raw
Blame
History
ALTER
TABLE
memo
ADD
COLUMN
payload
JSONB
NOT
NULL
DEFAULT
'
{}
'
;
Reference in New Issue
View Git Blame
Copy Permalink