Prochaines Sessions
Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !
Planifiez avec ProjeQtOr10 et 11 décembre 2025 (9h-12h30) |
Administrez avec ProjeQtOr16 et 17 décembre 2025 (9h-12h30) |
Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !
Planifiez avec ProjeQtOr10 et 11 décembre 2025 (9h-12h30) |
Administrez avec ProjeQtOr16 et 17 décembre 2025 (9h-12h30) |
Please Connexion or Create an account to join the conversation.
Please Connexion or Create an account to join the conversation.
Yes.Should all tables have the value 'AUTO_INCREMENT" ?
This is not normal. All should have AUTO_INCREMENT on id.And If I look for a new install of Projeqtor, there are table with and table without.
This seem to be a solution.Is it a stupidity if I "force" this value AUTO_INCREMENT to all tables ?
Please Connexion or Create an account to join the conversation.
Please Connexion or Create an account to join the conversation.
Please Connexion or Create an account to join the conversation.
CREATE TABLE IF NOT EXISTS `prjaccessprofile` (
`id` int(12) unsigned NOT NULL,
`name` varchar(100) DEFAULT NULL,
`description` mediumtext,
`idAccessScopeRead` int(12) DEFAULT NULL,
`idAccessScopeCreate` int(12) DEFAULT NULL,
`idAccessScopeUpdate` int(12) DEFAULT NULL,
`idAccessScopeDelete` int(12) DEFAULT NULL,
`sortOrder` int(3) DEFAULT NULL,
`idle` int(1) unsigned DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8CREATE TABLE IF NOT EXISTS `prjaccessprofile` (
`id` int(12) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`description` mediumtext,
`idAccessScopeRead` int(12) DEFAULT NULL,
`idAccessScopeCreate` int(12) DEFAULT NULL,
`idAccessScopeUpdate` int(12) DEFAULT NULL,
`idAccessScopeDelete` int(12) DEFAULT NULL,
`sortOrder` int(3) DEFAULT NULL,
`idle` int(1) unsigned DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;Please Connexion or Create an account to join the conversation.
En poursuivant votre navigation, vous acceptez le dépôt de cookies tiers destinés au bon fonctionnement et à la sécurisation du site (gestion de session, reCaptcha) et à une analyse statistique anonymisée des accès sur notre site (Google Analytics). Si vous vous inscrivez, les informations que vous fournirez ne seront jamais divulguées à un tiers sous quelque forme que ce soit. En savoir plus
Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.
Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.