Can I create column in DB table (PostgreSQL) which have default value random string, and how ?
If is not possible, please let me know that.
Can I create column in DB table (PostgreSQL) which have default value random string, and how ? If is not possible, please let me know that. |
||||
|
PostgreSQL example:
Apparently you can do this. (Of course, you can add other characters as well, or use other random string generator as well - like this, for example.) |
||||
|
The solution is (for PGSQL):
|
|||
|