0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

fix: remove id column from Table type

This commit is contained in:
bholmesdev 2024-02-01 08:06:20 -05:00
parent 587765dc4d
commit 7bd8240180

View file

@ -96,8 +96,6 @@ export type Table<
schema: undefined; schema: undefined;
dialect: 'sqlite'; dialect: 'sqlite';
columns: { columns: {
id: AstroId<{ tableName: TTableName }>;
} & {
[K in Extract<keyof TFields, string>]: Column< [K in Extract<keyof TFields, string>]: Column<
TFields[K]['type'], TFields[K]['type'],
{ {