Feat(SQL): Locations redesigned for parent location id stored on location table and links table removed.
This commit is contained in:
@@ -10,6 +10,7 @@ WHERE
|
||||
|
||||
CREATE TABLE IF NOT EXISTS parts.DOG_Location (
|
||||
id_location INT NOT NULL AUTO_INCREMENT PRIMARY KEY
|
||||
, id_locaiton_parent INT
|
||||
, code VARCHAR(100) NOT NULL
|
||||
, name VARCHAR(250) NOT NULL
|
||||
, active BIT NOT NULL DEFAULT 1
|
||||
|
||||
Reference in New Issue
Block a user