You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store/db/migration/prod/0.11/00__user_avatar.sql

4 lines
68 B
SQL

ALTER TABLE
user
ADD
COLUMN avatar_url TEXT NOT NULL DEFAULT '';