--
You received this message because you are subscribed to the Google Groups "CFWheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+unsubscribe@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at https://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/d/optout.
Might need a reload?
On 3 May 2017 at 10:31, Manaus <max.n...@gmail.com> wrote:
Hello,
I've just added a column CreatedAt (Postgres' timestamp without time zone) in the database, filled in some example values, but upon querying I get this error in the subject, column does not exist.
Tried on other tables too, and I get table.updatedAt does not exist.
Thanks
--
You received this message because you are subscribed to the Google Groups "CFWheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CFWheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+unsubscribe@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at https://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/d/optout.
If your instance of Postgres is case sensitive (not even sure if you can do that), then the column names must be alllowercase: createdat, updatedat.I'd link you to the chapter about conventions, but the docs site seems to be down? :(
On Wed, May 3, 2017 at 5:31 AM, Manaus <max.n...@gmail.com> wrote:
Hello,
I've just added a column CreatedAt (Postgres' timestamp without time zone) in the database, filled in some example values, but upon querying I get this error in the subject, column does not exist.
Tried on other tables too, and I get table.updatedAt does not exist.
Thanks
--
You received this message because you are subscribed to the Google Groups "CFWheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at https://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/d/optout.
If your instance of Postgres is case sensitive (not even sure if you can do that), then the column names must be alllowercase: createdat, updatedat.I'd link you to the chapter about conventions, but the docs site seems to be down? :(
On Wed, May 3, 2017 at 5:31 AM, Manaus <max.n...@gmail.com> wrote:
Hello,
I've just added a column CreatedAt (Postgres' timestamp without time zone) in the database, filled in some example values, but upon querying I get this error in the subject, column does not exist.
Tried on other tables too, and I get table.updatedAt does not exist.
Thanks
--
You received this message because you are subscribed to the Google Groups "CFWheels" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cfwheels+u...@googlegroups.com.
To post to this group, send email to cfwh...@googlegroups.com.
Visit this group at https://groups.google.com/group/cfwheels.
For more options, visit https://groups.google.com/d/optout.