digitallyinduced/ihp

Show hint for using single ticks in SQL TEXT default value

Offen

#323 geöffnet am 12.08.2020

 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Haskell (221 Forks)batch import
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (5.285 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 11h 20m) (21 gemergte PRs in 30 T)

Beschreibung

When you are creating a TEXT field inside of the schema builder and want to assign a default value to it you need to frame it in single ticks for it to work. This is normal SQL Syntax but it would be better to have a hint displayed there.

Contributor Guide