Ali
Explore posts from serversDTDrizzle Team
•Created by Ali on 11/3/2024 in #help
Depreciated table
it doesn't not use arrays here
10 replies
DTDrizzle Team
•Created by Ali on 11/3/2024 in #help
Depreciated table
const createTable: PgTableFn
<"clinicsSessions", {
id: IsPrimaryKey<NotNull<PgUUIDBuilderInitial<"">>>;
year: NotNull<PgIntegerBuilderInitial<"">>;
month: NotNull<...>;
}>(name: "clinicsSessions", columns: {
...;
}, extraConfig: (self: {
...;
}) => PgTableExtraConfig) => PgTableWithColumns<...> (+3 overloads)
@deprecated — This overload is deprecated. Use the other method overload instead.
10 replies
DTDrizzle Team
•Created by Ali on 11/3/2024 in #help
Depreciated table
the issue seems to be probably related to because deleting it removes the depreciation warning
10 replies