feat(dm): added article description into the historical data
This commit is contained in:
@@ -18,6 +18,7 @@ export const forecastData = pgTable("forecast_Data", {
|
||||
quantity: real("quantity"),
|
||||
requirementDate: timestamp("requirement_date").notNull(),
|
||||
article: integer("article"),
|
||||
description: text("description"),
|
||||
createdAt: timestamp("created_at").defaultNow(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user