Using SC 9, Postgres 11
New to SC
Got three fields in a table
- Code Character Varying 32 - PrimaryKey
- Number Numeric
- Name Character varying 50
Need to store UUID in the field Code, No need to get any input from user.
How to do it ? Any help is really appreciated.
Thanks