mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-09 22:23:15 +01:00
fix: creazione tabella marchi con moduli aggiuntivi
This commit is contained in:
parent
4cc29340b2
commit
042deff0c0
@ -1,7 +1,7 @@
|
|||||||
-- Aggiunta Marchio articolo
|
-- Aggiunta Marchio articolo
|
||||||
ALTER TABLE `mg_articoli` ADD `id_marchio` INT NULL DEFAULT NULL;
|
ALTER TABLE `mg_articoli` ADD `id_marchio` INT NULL DEFAULT NULL;
|
||||||
|
|
||||||
CREATE TABLE `mg_marchi` (
|
CREATE TABLE IF NOT EXISTS `mg_marchi` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`name` varchar(255) NOT NULL,
|
`name` varchar(255) NOT NULL,
|
||||||
`link` varchar(255) NOT NULL,
|
`link` varchar(255) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user