Hi Team
How to set default value as current_user or session_user in a table creation? I know we can do it for timestamp columns but this does not work. Also, since triggers are not supported here, how to acheive this functionality. Please provide some insights.
column1 VARCHAR(32) NOT NULL DEFAULT current_user() ,