Arnab
07/04/2018, 12:15 PMError: The provided database doesn't contain any tables. Please either provide another database or choose "No" for "Does your database contain existing data?"
.
However, when I do psql -h localhost -p 5430 -U <my_user> -p <my_password
and then \dt
I can see lots of tables in my schema.
Does it matter that the database in question has a few triggers and also is a bitemporal database?nilan
07/04/2018, 12:18 PMArnab
07/04/2018, 12:19 PMmyschema
Arnab
07/04/2018, 12:20 PMList of databases
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 |
template0 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres +
| | | | | postgres=CTc/postgres
tff | dba | UTF8 | nb_NO.UTF-8 | nb_NO.UTF-8 |
nilan
07/04/2018, 12:20 PMprisma init
wizard, are you passing in the myschema
when being asked for the schema?Arnab
07/04/2018, 12:20 PMArnab
07/04/2018, 12:20 PMtff
in this casenilan
07/04/2018, 12:21 PMnilan
07/04/2018, 12:21 PMArnab
07/04/2018, 12:21 PMdivyendu
07/04/2018, 12:23 PMprisma introspect
command to try and generate an introspected datamodel.
If that also does not work, then the current workaround would be to rename your scheam to public