emotion-chatbot-app / supabase /migrations /20251023120000_add_nickname_to_user.sql
hfexample's picture
Deploy clean snapshot of the repository
e221c83
raw
history blame contribute delete
103 Bytes
-- Add nickname to user table
ALTER TABLE "public"."user"
ADD COLUMN "nickname" character varying(80);