i do not see a postgres table although session works #111
-
I do not see any db tables |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
The tables are created in a separate schema named tower_sessions. You need to switch to that schema in your postgres client to see the tables. I agree that this is a bit confusing, and should probably be documented better. I think it would make more sense to default to using the default schema when the user doesn't specify one, but that would be a breaking change now. |
Beta Was this translation helpful? Give feedback.
-
i do not understand here ? i am sure this table is not exists |
Beta Was this translation helpful? Give feedback.
The tables are created in a separate schema named tower_sessions. You need to switch to that schema in your postgres client to see the tables.
I agree that this is a bit confusing, and should probably be documented better. I think it would make more sense to default to using the default schema when the user doesn't specify one, but that would be a breaking change now.