(alias) getTableColumns<SQLiteTableWithColumns<{
name: "merchant_customer";
schema: undefined;
columns: {
id: SQLiteColumn<{
name: "id";
tableName: "merchant_customer";
dataType: "string";
columnType: "SQLiteText";
data: string;
driverParam: string;
... 8 more ...;
generated: undefined;
}, {}, {
...;
}>;
merchantId: SQLiteColumn<...>;
customerId: SQLiteColumn<...>;
mollieCustomerId: SQLiteColumn<...>;
createdAt: SQLiteColumn<...>;
};
dialect: "sqlite";
}>>(table: SQLiteTableWithColumns<...>): {
...;
}
import getTableColumns
(alias) getTableColumns<SQLiteTableWithColumns<{
name: "merchant_customer";
schema: undefined;
columns: {
id: SQLiteColumn<{
name: "id";
tableName: "merchant_customer";
dataType: "string";
columnType: "SQLiteText";
data: string;
driverParam: string;
... 8 more ...;
generated: undefined;
}, {}, {
...;
}>;
merchantId: SQLiteColumn<...>;
customerId: SQLiteColumn<...>;
mollieCustomerId: SQLiteColumn<...>;
createdAt: SQLiteColumn<...>;
};
dialect: "sqlite";
}>>(table: SQLiteTableWithColumns<...>): {
...;
}
import getTableColumns