digitallyinduced / ihp

🔥 The fastest way to build type safe web apps. IHP is a new batteries-included web framework optimized for longterm productivity and programmer happiness
https://ihp.digitallyinduced.com/
MIT License
4.92k stars 195 forks source link

Show hint for using single ticks in SQL TEXT default value #323

Open Laobiz opened 4 years ago

Laobiz commented 4 years ago

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.

mpscholten commented 4 years ago

(di internal) related https://app.clubhouse.io/digitallyinduced/story/1854/ihp-editor-placeholder-in-dem-inputs-ist-verwirrend

Swastik2000 commented 3 years ago

Can I take this issue?