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 11 in drills_library
id
Primary key.
INTEGER
trainer_id
INTEGER NOT NULL
title
Alignment-Stick Gate Drill – Eisenspiel
TEXT NOT NULL
description
Stecke zwei Alignment-Sticks im Abstand von 10 cm links und rechts des Balls als Tor in den Boden. Schlage 15 Bälle mit einem 7-Eisen durch das Tor, ohne die Sticks zu berühren. Jeder Kontakt mit einem Stick zählt als Fehler – Ziel: maximal 3 Fehler in 15 Schlägen.
TEXT NOT NULL
category
Eisen
TEXT
difficulty
Anfänger
TEXT
goal
Sauberen, mittig getroffenen Impact mit dem Eisen trainieren
TEXT
keywords
Gate Drill, Impact, Treffgenauigkeit, Alignment, Eisenspiel
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:13:27
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 Rasen-Bereich --> <rect x="0" y="0" width="600" height="400" fill="#E8F0E2" rx="0"/> <!-- Abschlagmatte --> <rect x="220" y="280" width="160" height="100" fill="#7BAF3A" stroke="#0E4429" stroke-width="2" rx="6"/> <text x="300" y="350" text-anchor="middle" font-family="sans-serif" font-size="13" fill="#1A2E22">Abschlagmatte</text> <!-- Fairway / Zielbereich Fläche --> <rect x="150" y="30" width="300" height="230" fill="#C8DFA0" stroke="none" rx="8"/> <!-- Zielzone --> <ellipse cx="300" cy="90" rx="55" ry="35" fill="none" stroke="#94B93B" stroke-width="2.5" stroke-dasharray="7,4"/> <text x="300" y="88" text-anchor="middle" font-family="sans-serif" font-size="13" fill="#1A2E22">Zielzone</text> <!-- Schlagrichtungs-Hilfslinie (gestrichelt, von Matte zur Zielzone) --> <line x1="300" y1="280" x2="300" y2="125" stroke="#9AA79B" stroke-width="1.5" stroke-dasharray="8,5"/> <!-- Richtungspfeil --> <line x1="300" y1="200" x2="300" y2="130" stroke="#0E4429" stroke-width="2"/> <polygon points="300,122 294,138 306,138" fill="#0E4429"/> <!-- Ball --> <circle cx="300" cy="258" r="9" fill="white" stroke="#0E4429" stroke-width="2"/> <text x="316" y="262" font-family="sans-serif" font-size="12" fill="#1A2E22">Ball</text> <!-- Alignment Stick LINKS (als Tor, senkrecht in Boden) --> <line x1="275" y1="240" x2="275" y2="278" stroke="#E07B00" stroke-width="4" stroke-linecap="round"/> <!-- Stick Kopf links --> <circle cx="275" cy="238" r="5" fill="#E07B00"/> <!-- Alignment Stick RECHTS --> <line x1="325" y1="240" x2="325" y2="278" stroke="#E07B00" stroke-width="4" stroke-linecap="round"/> <!-- Stick Kopf rechts --> <circle cx="325" cy="238" r="5" fill="#E07B00"/> <!-- Tor-Bogen / Torbreite-Linie --> <line x1="275" y1="258" x2="325" y2="258" stroke="#94B93B" stroke-width="1.5" stroke-dasharray="4,3"/> <!-- Abstandsmaß 10 cm --> <line x1="275" y1="226" x2="325" y2="226" stroke="#0E4429" stroke-width="1.2"/> <line x1="275" y1="221" x2="275" y2="231" stroke="#0E4429" stroke-width="1.2"/> <line x1="325" y1="221" x2="325" y2="231" stroke="#0E4429" stroke-width="1.2"/> <text x="300" y="221" text-anchor="middle" font-family="sans-serif" font-size="12" fill="#1A2E22">10 cm</text> <!-- Stick Beschriftung links --> <text x="248" y="248" font-family="sans-serif" font-size="12" fill="#1A2E22" text-anchor="middle">Stick L</text> <!-- Stick Beschriftung rechts --> <text x="352" y="248" font-family="sans-serif" font-size="12" fill="#1A2E22" text-anchor="middle">Stick R</text> <!-- Schlagbahn-Kurve durch das Tor --> <path d="M300,258 Q295,220 298,160 Q300,130 300,125" fill="none" stroke="#94B93B" stroke-width="2" stroke-dasharray="5,4"/> <!-- Zusätzliche Bälle (wartend, seitlich auf Matte) --> <circle cx="250" cy="305" r="7" fill="white" stroke="#9AA79B" stroke-width="1.5"/> <circle cx="268" cy="305" r="7" fill="white" stroke="#9AA79B" stroke-width="1.5"/> <circle cx="286" cy="305" r="7" fill="white" stroke="#9AA79B" stroke-width="1.5"/> <circle cx="304" cy="305" r="7" fill="white" stroke="#9AA79B" stroke-width="1.5"/> <circle cx="322" cy="305" r="7" fill="white" stroke="#9AA79B" stroke-width="1.5"/> <text x="286" y="325" text-anchor="middle" font-family="sans-serif" font-size="12" fill="#1A2E22">15 Bälle</text> <!-- Übungstitel --> <text x="300" y="22" text-anchor="middle" font-family="sans-serif" font-size="15" font-weight="bold" fill="#0E4429">Gate Drill – 7-Eisen, Impact-Training</text> <!-- Info-Box unten rechts --> <rect x="410" y="290" width="175" height="90" fill="white" stroke="#0E4429" stroke-width="1.5" rx="6"/> <text x="422" y="308" font-family="sans-serif" font-size="13" font-weight="bold" fill="#0E4429">Ziel:</text> <text x="422" y="325" font-family="sans-serif" font-size="12" fill="#1A2E22">15 Schläge durch das Tor</text> <text x="422" y="342" font-family="sans-serif" font-size="12" fill="#1A2E22">Kein Stick-Kontakt</text> <text x="422" y="359" font-family="sans-serif" font-size="12" fill="#94B93B">Max. 3 Fehler erlaubt</text> <text x="422" y="374" font-family="sans-serif" font-size="12" fill="#1A2E22">= mittiger Impact ✓</text> <!-- Info-Box links --> <rect x="15" y="290" width="175" height="75" fill="white" stroke="#0E4429" stroke-width="1.5" rx="6"/> <text x="27" y="308" font-family="sans-serif" font-size="13" font-weight="bold" fill="#0E4429">Hinweis:</text> <text x="27" y="325" font-family="sans-serif" font-size="12" fill="#1A2E22">Sticks senkrecht einstechen</text> <text x="27" y="342" font-family="sans-serif" font-size="12" fill="#1A2E22">links u. rechts des Balls</text> <text x="27" y="359" font-family="sans-serif" font-size="12" fill="#1A2E22">je 5 cm Abstand</text> </svg>
TEXT
Update
Cancel