Sorry for this lame question, but I really am a database newbie:
I want to store the date when I create a certain field on the database. Is there any attribute I can add to that date field so that it cannot be modified? I just want the date field to have the date when a field is created on never want to edit it.
I am using PostgreSQL.
Thanks.