mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
update model with files and new attributes
This commit is contained in:
@ -33,29 +33,14 @@ class OrdenTrabajoModel extends Model
|
|||||||
"realizar_imposicion",
|
"realizar_imposicion",
|
||||||
"enviar_impresion",
|
"enviar_impresion",
|
||||||
"portada_path",
|
"portada_path",
|
||||||
|
"is_pedido_espera",
|
||||||
|
"pedido_espera_by"
|
||||||
];
|
];
|
||||||
|
|
||||||
protected bool $allowEmptyInserts = false;
|
protected bool $allowEmptyInserts = false;
|
||||||
protected bool $updateOnlyChanged = true;
|
protected bool $updateOnlyChanged = true;
|
||||||
|
|
||||||
protected array $casts = [
|
protected array $casts = [];
|
||||||
"pedido_id" => "integer",
|
|
||||||
"user_created_id" => "?integer",
|
|
||||||
"user_updated_id" => "?integer",
|
|
||||||
"fecha_entrega_warning" => "bool",
|
|
||||||
"fecha_entrega_warning_revised" => "bool",
|
|
||||||
"total_tirada" => "?integer",
|
|
||||||
"total_precio" => "?integer",
|
|
||||||
"tipo_entrada" => "?integer",
|
|
||||||
"progreso" => "float",
|
|
||||||
"revisar_formato" => "bool",
|
|
||||||
"revisar_lomo" => "bool",
|
|
||||||
"revisar_solapa" => "bool",
|
|
||||||
"revisar_isbn" => "bool",
|
|
||||||
"revisar_codigo_barras" => "bool",
|
|
||||||
"realizar_imposicion" => "bool",
|
|
||||||
"enviar_impresion" => "bool"
|
|
||||||
];
|
|
||||||
protected array $castHandlers = [];
|
protected array $castHandlers = [];
|
||||||
|
|
||||||
// Dates
|
// Dates
|
||||||
|
|||||||
Reference in New Issue
Block a user