12-20-2017, 11:47 PM
I cannot see any foreign keys in the MySQL Dump for the Userspice database. Am I missing something???
<pre></pre>
Mike
<pre>
Code:
--
-- Table structure for table <code>permissions</code>
--
CREATE TABLE <code>permissions</code> (
<code>id</code> int(11) NOT NULL,
<code>name</code> varchar(150) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Mike