Has something changed? If I create a table then new lines do not appear automatically any more. I can live with that. But if I want to add a primary key I can only add one field. After save I can modify the primary key, but the generated sql contains errors. I’m working with MySQL, anybody else?
Incorrect index name ‘PRIMARY’ 14:28:21 SQL command
ALTER TABLE wfmailtemplate
ADD PRIMARY KEY PRIMARY (herkomst, mailid),
DROP INDEX PRIMARY;
I tried MyISAM and InnoDB, both give same results.
I managed to create the primary index by fiddling with the menus, but this way the database builder is completely useless.