PostgreSQL - Advanced Features
You want to create a domain
hex_color that stores a 7-character string starting with '#' followed by exactly 6 hexadecimal digits (0-9, A-F, a-f). Which domain definition is correct?