Time stamp <-> Text broken

Options
Hey it looks like there is a problem with "created_at" field. I changed from timestamp to text. I can no longer able to create new records. I see errors all the time. Also I cannot delete the "created_at" field at all, it seems like system generated property, so it has its own restrictions

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    created_at has an Index on it by default. If you want to change the field, you should remove the index first.

    I would not recommend making changes to it however unless you have an absolute reason for it.