Back to index
Table: accounts
Creation failed: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "accounts" does not exist
LINE 1: select * from accounts
^Table: songs
Creation failed: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "songs" does not exist
LINE 1: select * from songs
^Table: albums
Creation failed: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "public.albums" does not exist
LINE 1: select * from public.albums
^Table: album_content
Creation failed: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "public.album_content" does not exist
LINE 1: select * from public.album_content
^Table: ownership
Creation failed: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "public.ownership" does not exist
LINE 1: select * from public.ownership
^