diff --git a/api/db.php b/api/db.php index 273cbf5..ba8d969 100644 --- a/api/db.php +++ b/api/db.php @@ -1,8 +1,8 @@ exec($sql); + echo "Database table 'features' created successfully."; +} catch (PDOException $e) { + echo "Error creating table: " . $e->getMessage(); +} +?>