Women Community Database Setup

⚠️ Important: This script will create the PostgreSQL table for your Women Community platform. Make sure you have the correct database credentials configured.
Database Configuration: - Host: localhost:5432 - Database: engrprimusapps_women - Username: engrprimusapps_devotions_prayers - This will create the 'discussions' table with all necessary indexes and triggers
What this script will do: 1. Create the 'discussions' table with all required columns 2. Set up auto-incrementing ID (SERIAL) 3. Create auto-update timestamp trigger 4. Add performance indexes 5. Insert sample data for testing 6. Verify the table structure