📄️ CREATE DATABASE
Manage MySQL database structures with safe DDL workflows, rollback awareness, and production safeguards. Focus: CREATE DATABASE.
📄️ DROP DATABASE
Manage MySQL database structures with safe DDL workflows, rollback awareness, and production safeguards. Focus: DROP DATABASE.
📄️ CREATE TABLE
Manage MySQL database structures with safe DDL workflows, rollback awareness, and production safeguards. Focus: CREATE TABLE.
📄️ DROP TABLE
Manage MySQL database structures with safe DDL workflows, rollback awareness, and production safeguards. Focus: DROP TABLE.
📄️ ALTER TABLE
Manage MySQL database structures with safe DDL workflows, rollback awareness, and production safeguards. Focus: ALTER TABLE.