Specify a database schema

Viewed 32

Hi, is there a clean way to specify a database schema (postgres)?
i.e. i want the answer tables to be created in a specific schema in a database.
thanks

1 Answers

I think the essiest way is execute the SQL in database directly. If you want to modify the source code, you can try modifying the init.go.

Powered by Answer - the open-source software that powers Q&A communities.
Made with love © 2025 Apache Answer Meta.