Are you using `misc/scripts/mysql/my_create.sql`? This is for SER flavour, not used by
Kamailio these days. It's there for the case someone will needed by using an old ser
version.
The definition of sql tables for kamailio is done via xml files located in
`src/lib/srdb1/schema/` and sql scripts are generated using `make dbschema`. From the xml
files is generated only a doc describing the tables:
*
https://kamailio.org/docs/db-tables/kamailio-db-devel.html
If you want to do something similar for kamailio sql scripts, you will have to work on the
flow with the xml files.
For now I am closing this one, being with a patch done to a file not really used these
days. If you want to be applied there, reopen and we can discuss further.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1276#issuecomment-338584655