digitallyinduced/ihp

Show hint for using single ticks in SQL TEXT default value

Open

#323 opened on Aug 12, 2020

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Haskell (221 forks)batch import
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (5,285 stars)
PR merge metrics
 (Avg merge 11h 20m) (21 merged PRs in 30d)

Description

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