Starting migration: Create v2_sessions table... Checking if v2_formation exists... Found 'v2_formations' instead of 'v2_formation'. Please verify table names. Executing CREATE TABLE statement... Table 'v2_sessions' created or already exists. Columns in v2_sessions: id, formation_id, title, description, type, duration_minutes, scheduled_date, has_materials, order_index, is_active, created_at, updated_at Migration completed successfully.