digitallyinduced/ihp
View on GitHubShow hint for using single ticks in SQL TEXT default value
Open
#323 opened on Aug 12, 2020
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.