🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:add_job_image_column.sql
-- Add job_image column to jobs table if it doesn't exist -- Run this if you get an error about 'job_image' column not found ALTER TABLE jobs ADD COLUMN IF NOT EXISTS job_image VARCHAR(255) DEFAULT NULL AFTER description;
Save Changes
Cancel
Create New File
Create New Folder