This website requires JavaScript.
Explore
Help
Sign In
happyz
/
memos
mirror of
https://github.com/usememos/memos.git
Watch
1
Star
0
Fork
You've already forked memos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
memos
/
store
/
migration
/
postgres
/
0.21
/
00__user_description.sql
2 lines
68 B
SQL
Raw
Permalink
Blame
History
ALTER
TABLE
"
user
"
ADD
COLUMN
description
TEXT
NOT
NULL
DEFAULT
'
'
;
Reference in New Issue
View Git Blame
Copy Permalink