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:
parent
587765dc4d
commit
7bd8240180
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ export type Table<
|
|||
schema: undefined;
|
||||
dialect: 'sqlite';
|
||||
columns: {
|
||||
id: AstroId<{ tableName: TTableName }>;
|
||||
} & {
|
||||
[K in Extract<keyof TFields, string>]: Column<
|
||||
TFields[K]['type'],
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue