mirror of
https://github.com/kamailio/kamailio
synced 2026-08-07 16:32:08 -04:00
- Remark that <tablename> and database table name must match. - Brand evilness of dashes as opposed to underscores.
7 lines
268 B
Text
7 lines
268 B
Text
SQL creation *must* follow the naming pattern
|
|
|
|
<tablename>-create.sql
|
|
|
|
where <tablename> corresponds to the name of the database table. Please use
|
|
underscores ("_") instead of dashes ("-") in database table names to ensure
|
|
compatibility with all types of databases.
|