Ausgangsbelege um Kostenstellenzuordnung erweitern
This commit is contained in:
@@ -20,6 +20,7 @@ import { plants } from "./plants"
|
||||
import { authUsers } from "./auth_users"
|
||||
import {serialExecutions} from "./serialexecutions";
|
||||
import { outgoingsepamandates } from "./outgoingsepamandates"
|
||||
import { costcentres } from "./costcentres"
|
||||
|
||||
export const createddocuments = pgTable("createddocuments", {
|
||||
id: bigint("id", { mode: "number" })
|
||||
@@ -49,6 +50,8 @@ export const createddocuments = pgTable("createddocuments", {
|
||||
() => projects.id
|
||||
),
|
||||
|
||||
costcentre: uuid("costcentre").references(() => costcentres.id),
|
||||
|
||||
documentNumber: text("documentNumber"),
|
||||
documentDate: text("documentDate"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user