How to verify input data? #4149
-
|
Django has a form that can verify the data sent by the user on the server side. How does supabase do it? |
Beta Was this translation helpful? Give feedback.
Answered by
GaryAustin1
Nov 29, 2021
Replies: 1 comment 1 reply
-
|
Postgres has a check option for columns. You can use simple or complex checks including regex. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
steve-chavez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Postgres has a check option for columns. You can use simple or complex checks including regex.
https://www.postgresql.org/docs/13/ddl-constraints.html