Is there no way to add tables to other schemas usi...
# off-topic
a
Is there no way to add tables to other schemas using the dashboard UI?
s
I normally advice against creating tables inside of any existing schema that doesn't belong to you besides the
public
schema. However you can create tables in other schemas by using the SQL editor inside of the dashboard UI.
a
Can this be a feature in the future
s
I'm not sure I understand your last statement
It currently is a feature just not in the Table editor
a
Oh
I used SQL to do it
s
Yes correct
But as I said above, I advice against doing this inside of any schema you didn't create as these schemas could require table changes due to security reasons or due to database optimisations. So think of all the other schemas that are not
public
and that you didn't create as do not touch.