34921-vm/db/migrations/005_insert_sample_skills.sql
Flatlogic Bot e6ade2ba41 1.8
2025-10-14 14:13:08 +00:00

11 lines
1.2 KiB
SQL

INSERT INTO `skills` (`title`, `category`, `description`, `thumbnail`) VALUES
('Introduction to Python', 'Tech', 'Learn the fundamentals of Python programming.', 'assets/images/python.png'),
('Web Development Basics', 'Tech', 'Understand HTML, CSS, and JavaScript.', 'assets/images/webdev.png'),
('Data Analysis with Pandas', 'Tech', 'Analyze data effectively using the Pandas library.', 'assets/images/pandas.png'),
('Basic Carpentry', 'Trade', 'Learn to build simple wooden furniture.', 'assets/images/carpentry.png'),
('Electrical Wiring 101', 'Trade', 'Understand the basics of home electrical wiring.', 'assets/images/wiring.png'),
('Digital Painting', 'Art', 'Create stunning digital art with this introductory course.', 'assets/images/digital_painting.png'),
('Music Production Fundamentals', 'Art', 'Learn to produce your own music from scratch.', 'assets/images/music_production.png'),
('Introduction to Business', 'Business', 'Learn the basics of starting and running a business.', 'assets/images/business.png'),
('Marketing for Beginners', 'Business', 'Understand the fundamentals of modern marketing.', 'assets/images/marketing.png'),
('Personal Finance Management', 'Business', 'Take control of your finances.', 'assets/images/finance.png');