@ToMany({
    type: () => TailLog,
    key: "tailLogs",
    backRef: "script",
    cascade: true,