is this the right way of setting up the column? it's from the d1-drizzle-remix-example: ``` created

is this the right way of setting up the column? it's from the d1-drizzle-remix-example:
 createdAt: integer("created_at").notNull().default(sql`CURRENT_TIMESTAMP`),
Was this page helpful?