Is it possible to specify the timestamp mode while pull command? ```ts // I need so createdAt: timestamp("created_at", { mode: 'date', }).defaultNow(), // By default this createdAt: timestamp("created_at", { mode: 'string', }).defaultNow(), ```