Is it possible to create the table in a specific s...
# spicedb
c
Is it possible to create the table in a specific schema rather than public in Postgres?
Copy code
sql
spicedb=# \d
                   List of relations
 Schema |            Name            | Type  |  Owner   
--------+----------------------------+-------+----------
 public | alembic_version            | table | postgres
 public | caveat                     | table | postgres
 public | metadata                   | table | postgres
 public | namespace_config           | table | postgres
 public | relation_tuple             | table | postgres
 public | relation_tuple_transaction | table | postgres
 public | relationship_counter       | table | postgres
(7 rows)