Commit f68204da by Yogi Septian Lubis

New commit

parent 9008fdca
......@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Waktu pembuatan: 14 Bulan Mei 2020 pada 17.44
-- Waktu pembuatan: 24 Bulan Mei 2020 pada 16.59
-- Versi server: 10.1.37-MariaDB
-- Versi PHP: 7.3.0
......@@ -362,7 +362,7 @@ ALTER TABLE `notifikasi`
-- Ketidakleluasaan untuk tabel `status`
--
ALTER TABLE `status`
ADD CONSTRAINT `FK_status` FOREIGN KEY (`id_status`) REFERENCES `konfirmasi_layak_cetak` (`id_konfirmasilc`) ON DELETE NO ACTION ON UPDATE NO ACTION;
ADD CONSTRAINT `FK_status` FOREIGN KEY (`id_status`) REFERENCES `forum` (`id_forum`) ON DELETE NO ACTION ON UPDATE NO ACTION;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment