diff --git a/src/lib/server/db.ts b/src/lib/server/db.ts index d5a4e23..a4d4be0 100644 --- a/src/lib/server/db.ts +++ b/src/lib/server/db.ts @@ -25,6 +25,7 @@ if (!building) { table.string("author").notNullable(); table.string("link").nullable(); table.bigInteger("created").notNullable(); + table.timestamps(); }); } } \ No newline at end of file