Initial commit - clean and ready for Coolify
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=webgis_baru;charset=utf8', 'root', '');
|
||||
$pdo->exec("ALTER TABLE donasi_digital MODIFY metode_pembayaran VARCHAR(50) NOT NULL");
|
||||
echo 'Table altered successfully';
|
||||
Reference in New Issue
Block a user