Log message #107803

# At Username Text
# Aug 7th 2008, 00:20 polerin but I can't get any more of the ancient mountian... it's become a rare tea
# Aug 7th 2008, 00:20 chrysanthemum i'm on it
# Aug 7th 2008, 00:19 polerin this young pu ehr is nowhere near as good as the ancient mountian pu ehr I have stashed for a rainy day
# Aug 7th 2008, 00:19 chrysanthemum compare tea !?
# Aug 7th 2008, 00:19 polerin P
# Aug 7th 2008, 00:19 polerin write one that allows people to compare tea from various sources
# Aug 7th 2008, 00:17 chrysanthemum i'm sick of writing blogs too
# Aug 7th 2008, 00:16 chrysanthemum i wanna try creating something with cake... but im stumped
# Aug 7th 2008, 00:16 chrysanthemum anyone have any good ideas for websites
# Aug 7th 2008, 00:12 loki_racer thanks for the help anyways
# Aug 7th 2008, 00:12 loki_racer haha
# Aug 7th 2008, 00:11 polerin meh, I'm tired, and it's late, whatever :P
# Aug 7th 2008, 00:11 polerin ACTION tries to remeber what it was that the not null or default was a part of. 
# Aug 7th 2008, 00:10 polerin mm, kay
# Aug 7th 2008, 00:10 polerin btw, one in a table I've found that works is NULL
# Aug 7th 2008, 00:09 loki_racer flushing model did it
# Aug 7th 2008, 00:09 polerin look at my bin.
# Aug 7th 2008, 00:09 loki_racer i'm telling you, not unless you write the sql
# Aug 7th 2008, 00:09 loki_racer you can't remove it
# Aug 7th 2008, 00:08 polerin but I seem to remeber having an issue like that
# Aug 7th 2008, 00:08 polerin I could be wrong, and I've never had it force a default on me
# Aug 7th 2008, 00:08 loki_racer what, try removing the default?
# Aug 7th 2008, 00:08 polerin )
# Aug 7th 2008, 00:08 polerin try it
# Aug 7th 2008, 00:08 loki_racer oddly, it knows the new fields, but not all the fields after it
# Aug 7th 2008, 00:08 loki_racer i think it's that I added a field to the database table and didn't flush the model
# Aug 7th 2008, 00:07 loki_racer i don't think that is the issue since all my datetimes have default, phpmyadmin forces it
# Aug 7th 2008, 00:06 polerin http://pastebin.com/m15d269cf
# Aug 7th 2008, 00:06 polerin take the default off of the field
# Aug 7th 2008, 00:06 polerin yeah
# Aug 7th 2008, 00:05 loki_racer http://pastebin.com/d1ba82541
# Aug 7th 2008, 00:04 polerin no, I meen the table, is it specified that the value can be null, or that the field has a default value?
# Aug 7th 2008, 00:04 polerin is there a default value for the field in the table that is not saving?
# Aug 7th 2008, 00:04 loki_racer INSERT INTO `poll_answers_users` (`poll_answer_id`,`user_id`) VALUES (3,1)
# Aug 7th 2008, 00:04 loki_racer it's not null
# Aug 7th 2008, 00:03 polerin ah, is the field set as not-null? I seem to rember(though I could be wrong) that it doesn't do it's automagic if it can be null
# Aug 7th 2008, 00:03 loki_racer some tables it does, some it doesn't
# Aug 7th 2008, 00:03 polerin same with modified
# Aug 7th 2008, 00:03 loki_racer rather, why does cake not sometimes populate the created field automatically when the save method is used
# Aug 7th 2008, 00:03 polerin as long as it's a datetime
# Aug 7th 2008, 00:03 polerin loki_racer: what do you mean? It's autosaved the created field for a good while now