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