home / transcripts

_prisma_migrations

Data source: Motley Fool earning transcripts

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ checksum finished_at migration_name logs rolled_back_at started_at applied_steps_count
7f2d1272-5b12-43db-822d-9f68fbc04bd0 f2c004d04d2ee753ce7ade79ffd3757925f09920fa236af349678f5073ad4a1c 1670562695936 20221209010213_add_data_models     1670562695932 1
d938d46b-412d-4821-9da9-05af6fdbfe21 21d504216e229c81e2c1b511bcc6ed798553468af745107e58535432de801445 1670562695941 20221209050002_remove_company_model_and_collapse_into_transcript     1670562695937 1
fb38fd7f-1b92-4e9f-b540-fa56ab77db24 a8f578e066e3eb7271bad3b455716ad0310d17d7f0c721f411b16637817da6ac 1670562707198 20221209051147_remove_calldate     1670562707188 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "_prisma_migrations" (
    "id"                    TEXT PRIMARY KEY NOT NULL,
    "checksum"              TEXT NOT NULL,
    "finished_at"           DATETIME,
    "migration_name"        TEXT NOT NULL,
    "logs"                  TEXT,
    "rolled_back_at"        DATETIME,
    "started_at"            DATETIME NOT NULL DEFAULT current_timestamp,
    "applied_steps_count"   INTEGER UNSIGNED NOT NULL DEFAULT 0
);
Powered by Datasette · Queries took 4.752ms · Data source: Motley Fool earning transcripts