who
DTDrizzle Team
•Created by who on 7/28/2023 in #help
MySql NOW() in Drizzle
Ok, I'll give it a go. Thanks! Just wanted to make sure I wasn't missing a dsl method for that.
14 replies
DTDrizzle Team
•Created by who on 7/28/2023 in #help
MySql NOW() in Drizzle
(sorry, formatting isn't great)
14 replies
DTDrizzle Team
•Created by who on 7/28/2023 in #help
MySql NOW() in Drizzle
Yes - I mean if I want to use CURRENT_TIMESTAMP in a query or an insert I can do so with
right?
14 replies
DTDrizzle Team
•Created by who on 7/28/2023 in #help
MySql NOW() in Drizzle
That's for setting the default in the table definition right? Rather than in for example a select or insert query? I guess I could use sql
CURRENT_TIMESTAMP
) as the value in an insert into?14 replies