This commit is contained in:
Akis 2023-01-08 20:26:50 +02:00
parent 7c43122b4a
commit 33de893adc
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -25,6 +25,7 @@ if (!building) {
table.string("author").notNullable();
table.string("link").nullable();
table.bigInteger("created").notNullable();
table.timestamps();
});
}
}