Create
Query
pilot.db
—
drills_library
account_invites
accounts
applied_migrations
audit_log
availability
availability_exceptions
bookings
campaign_leads
campaign_offers
campaigns
cards
commission_rates
commission_runs
drills_library
invoices
magic_tokens
offers
practice_logs
quotes
saas_invoices
service_student_prices
services
sessions
sqlite_sequence
student_summaries
students
subscription_events
trainer_settings
trainers
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row 14 in drills_library
id
Primary key.
INTEGER
trainer_id
INTEGER NOT NULL
title
Pitch-Zonen-Drill: 3 Distanzen, 3 Ziele
TEXT NOT NULL
description
Markiere mit Tees drei Zielzonen in 10, 15 und 20 Meter Entfernung (je ca. 1 Meter Durchmesser). Schlage mit dem SW je 5 Bälle auf jede Zone (15 Bälle gesamt) und notiere Treffer. Ziel: mindestens 9 von 15 Bällen landen in der richtigen Zone.
TEXT NOT NULL
category
Pitchen
TEXT
difficulty
Anfänger
TEXT
goal
Distanzgefühl und Zielgenauigkeit beim Pitch-Shot gleichzeitig schulen
TEXT
keywords
Pitchen, Distanzkontrolle, Zielgenauigkeit, Wedge, Short Game
TEXT
times_used
INTEGER NOT NULL (default 0
last_used_at
NULL
TEXT
created_at
2026-08-19 18:12:27
TEXT NOT NULL (default datetime('now')
updated_at
2026-08-19 18:14:49
TEXT NOT NULL (default datetime('now')
media_type
NULL
TEXT
media_ref
NULL
TEXT
sketch_svg
<svg viewBox="0 0 600 400" xmlns="http://www.w3.org/2000/svg"> <!-- Hintergrund Fairway-Bereich --> <rect x="0" y="0" width="600" height="400" fill="#E8F0E0" rx="0"/> <!-- Fairway-Fläche --> <rect x="80" y="20" width="440" height="360" fill="#C8D8A8" rx="8"/> <!-- Abschlagmatte --> <rect x="220" y="310" width="160" height="70" fill="#6B8E3E" rx="6" stroke="#0E4429" stroke-width="2"/> <text x="300" y="352" font-family="sans-serif" font-size="13" fill="#1A2E22" text-anchor="middle" font-weight="bold">Abschlagmatte</text> <text x="300" y="368" font-family="sans-serif" font-size="12" fill="#1A2E22" text-anchor="middle">(SW)</text> <!-- Abschlaglinie --> <line x1="220" y1="310" x2="380" y2="310" stroke="#0E4429" stroke-width="2"/> <!-- Bälle auf der Matte (5 Bälle) --> <circle cx="265" cy="325" r="6" fill="white" stroke="#0E4429" stroke-width="1.5"/> <circle cx="285" cy="325" r="6" fill="white" stroke="#0E4429" stroke-width="1.5"/> <circle cx="305" cy="325" r="6" fill="white" stroke="#0E4429" stroke-width="1.5"/> <circle cx="325" cy="325" r="6" fill="white" stroke="#0E4429" stroke-width="1.5"/> <circle cx="345" cy="325" r="6" fill="white" stroke="#0E4429" stroke-width="1.5"/> <!-- Mittellinie (Ziellinie) gestrichelt --> <line x1="300" y1="310" x2="300" y2="30" stroke="#9AA79B" stroke-width="1.5" stroke-dasharray="8,5"/> <!-- Richtungspfeil --> <line x1="300" y1="300" x2="300" y2="230" stroke="#94B93B" stroke-width="2.5" marker-end="url(#arrowGreen)"/> <!-- Pfeilspitze Definition --> <defs> <marker id="arrowGreen" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto"> <polygon points="0 0, 10 3.5, 0 7" fill="#94B93B"/> </marker> <marker id="arrowDark" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto"> <polygon points="0 0, 10 3.5, 0 7" fill="#0E4429"/> </marker> </defs> <!-- Distanzlinien (Maßstab: 10m ≈ 80px) --> <!-- Zone 1: 10m → y = 310 - 80 = 230 --> <!-- Zone 2: 15m → y = 310 - 120 = 190 --> <!-- Zone 3: 20m → y = 310 - 160 = 150 --> <!-- Hilfslinien für Zonen --> <line x1="120" y1="230" x2="480" y2="230" stroke="#9AA79B" stroke-width="1" stroke-dasharray="6,4"/> <line x1="120" y1="190" x2="480" y2="190" stroke="#9AA79B" stroke-width="1" stroke-dasharray="6,4"/> <line x1="120" y1="150" x2="480" y2="150" stroke="#9AA79B" stroke-width="1" stroke-dasharray="6,4"/> <!-- Zielzone 1: 10m --> <circle cx="300" cy="230" r="30" fill="#94B93B" fill-opacity="0.35" stroke="#94B93B" stroke-width="2.5"/> <!-- Tee-Markierungen Zone 1 --> <circle cx="274" cy="230" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <circle cx="326" cy="230" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <text x="300" y="234" font-family="sans-serif" font-size="13" fill="#0E4429" text-anchor="middle" font-weight="bold">10 m</text> <!-- Zielzone 2: 15m --> <circle cx="300" cy="190" r="30" fill="#94B93B" fill-opacity="0.35" stroke="#94B93B" stroke-width="2.5"/> <circle cx="274" cy="190" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <circle cx="326" cy="190" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <text x="300" y="194" font-family="sans-serif" font-size="13" fill="#0E4429" text-anchor="middle" font-weight="bold">15 m</text> <!-- Zielzone 3: 20m --> <circle cx="300" cy="150" r="30" fill="#94B93B" fill-opacity="0.35" stroke="#0E4429" stroke-width="2.5"/> <circle cx="274" cy="150" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <circle cx="326" cy="150" r="4" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <text x="300" y="154" font-family="sans-serif" font-size="13" fill="#0E4429" text-anchor="middle" font-weight="bold">20 m</text> <!-- Distanzangaben links --> <text x="155" y="234" font-family="sans-serif" font-size="13" fill="#1A2E22" text-anchor="end">Zone 1</text> <text x="155" y="194" font-family="sans-serif" font-size="13" fill="#1A2E22" text-anchor="end">Zone 2</text> <text x="155" y="154" font-family="sans-serif" font-size="13" fill="#1A2E22" text-anchor="end">Zone 3</text> <!-- Distanzpfeile rechts --> <line x1="390" y1="310" x2="390" y2="235" stroke="#0E4429" stroke-width="1.5" marker-end="url(#arrowDark)"/> <text x="400" y="275" font-family="sans-serif" font-size="12" fill="#1A2E22">10 m</text> <line x1="420" y1="310" x2="420" y2="195" stroke="#0E4429" stroke-width="1.5" marker-end="url(#arrowDark)"/> <text x="430" y="258" font-family="sans-serif" font-size="12" fill="#1A2E22">15 m</text> <line x1="455" y1="310" x2="455" y2="155" stroke="#0E4429" stroke-width="1.5" marker-end="url(#arrowDark)"/> <text x="463" y="238" font-family="sans-serif" font-size="12" fill="#1A2E22">20 m</text> <!-- Legende Tee --> <circle cx="105" cy="90" r="5" fill="#E8C43A" stroke="#0E4429" stroke-width="1"/> <text x="116" y="95" font-family="sans-serif" font-size="12" fill="#1A2E22">= Tee-Markierung</text> <!-- Titel --> <text x="300" y="18" font-family="sans-serif" font-size="15" fill="#1A2E22" text-anchor="middle" font-weight="bold">Pitch-Zonen-Drill: 3 Distanzen, 3 Ziele</text> <!-- Info-Box unten links --> <rect x="82" y="330" width="130" height="50" fill="white" fill-opacity="0.75" stroke="#0E4429" stroke-width="1.2" rx="4"/> <text x="147" y="348" font-family="sans-serif" font-size="12" fill="#1A2E22" text-anchor="middle" font-weight="bold">Je 5 Bälle / Zone</text> <text x="147" y="363" font-family="sans-serif" font-size="12" fill="#1A2E22" text-anchor="middle">15 Bälle gesamt</text> <text x="147" y="376" font-family="sans-serif" font-size="12" fill="#94B93B" text-anchor="middle" font-weight="bold">Ziel: ≥ 9 Treffer</text> </svg>
TEXT
Update
Cancel