We will need a profile table for the user's profile. create table profiles ( id uuid references auth.users not null, updated_at timestamp ...
確定! 回上一頁