create table todos ( id bigint generated by default as identity primary key, user_id uuid references auth.users not null, task_name text check ( ...
確定! 回上一頁