Hi,
how to insert data to db with form generated by gii with additional option, e.g. UPPER.
Generally I’d like do some sql insert commands (save() methods) like INSERT INTO table(column_name) VALUES(UPPER(column_value)) on Postgres db.
Can I (if - how) do this in my controller code, in actionCreate method?
Many thanks in advance for any help!