First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
12
www/admin/_alterTable/_old/105_movimento.sql
Normal file
12
www/admin/_alterTable/_old/105_movimento.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# ---------------------------------------------------------------------- #
|
||||
# Modify table "MOVIMENTO" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `MOVIMENTO` ADD COLUMN `id_causaleMagazzino` INTEGER;
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Add foreign key constraints #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `MOVIMENTO` ADD CONSTRAINT `CAUSALE_MAGAZZINO_MOVIMENTO`
|
||||
FOREIGN KEY (`id_causaleMagazzino`) REFERENCES `CAUSALE_MAGAZZINO` (`id_causaleMagazzino`);
|
||||
Loading…
Add table
Add a link
Reference in a new issue