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;
|
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'],
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue