[SR-Users] Kamailio 3.0.2 mysql create table domain definition
Henning Westerholt
henning.westerholt at 1und1.de
Tue Jul 27 13:22:41 CEST 2010
On Monday 26 July 2010, Stagg Shelton wrote:
> The script in the source scripts/mysql/my_create.sql uses the the
> following definition
>
> CREATE TABLE domain (
> did VARCHAR(64) NOT NULL,
> [..]
> );
>
> The script in the source utils/kamctl/mysql/domain-create.sql uses the
> following definition
>
> CREATE TABLE domain (
> id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
> [..]
> ) ENGINE=MyISAM;
>
> Which table definition is the correct definition to be used.
Hi Stagg,
the first one is the version for the domain module from sr (modules_s), the
latter is the one for the kamailio (modules_k) domain module.
Cheers,
Henning
More information about the sr-users
mailing list