Postgres does not know in which schema to create the table. Fix your search_path setting, or schema-qualify object names (like: public.users ) ...
確定! 回上一頁