Timestamp mode as date while drizzle-kit pull

Is it possible to specify the timestamp mode while pull command?

    // I need so
    createdAt: timestamp("created_at", {
        mode: 'date',
    }).defaultNow(),
    // By default this
    createdAt: timestamp("created_at", {
        mode: 'string',
    }).defaultNow(),
Was this page helpful?