you won't believe it...
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS b2b_tracker_routes (
|
|||||||
is_active BOOLEAN DEFAULT TRUE,
|
is_active BOOLEAN DEFAULT TRUE,
|
||||||
sort_order INT DEFAULT 0,
|
sort_order INT DEFAULT 0,
|
||||||
parent_id INT NULL
|
parent_id INT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||||
|
|
||||||
ALTER TABLE b2b_tracker_routes
|
ALTER TABLE b2b_tracker_routes
|
||||||
ADD CONSTRAINT fk_parent
|
ADD CONSTRAINT fk_parent
|
||||||
|
|||||||
Reference in New Issue
Block a user