Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update setup.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Mar 17, 2024
1 parent a730741 commit 32a9b7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions database/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
-- Phiên bản máy phục vụ: 10.4.28-MariaDB
-- Phiên bản PHP: 8.2.4

SET FOREIGN_KEY_CHECKS = 0;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
Expand Down Expand Up @@ -380,6 +382,8 @@ ALTER TABLE `product`
ADD CONSTRAINT `FK7l29ekt1x29jup80y2iigimyy` FOREIGN KEY (`category_id`) REFERENCES `category` (`id`);
COMMIT;

SET FOREIGN_KEY_CHECKS = 0;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

0 comments on commit 32a9b7b

Please sign in to comment.