first commit
This commit is contained in:
6
src/app/import/alter.php
Normal file
6
src/app/import/alter.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include ('../koneksi.php');
|
||||
|
||||
pg_query("ALTER TABLE data_user DROP CONSTRAINT data_user_nama_key;");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user