mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
ot relations
This commit is contained in:
@ -21,33 +21,37 @@ class OrdenTrabajoTable extends Migration
|
||||
"user_created_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"comment" => "Usuario que ha pasado el pedido a producción",
|
||||
],
|
||||
"user_update_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"comment" => "Usuario que ha actualizado la orden de trabajo",
|
||||
|
||||
],
|
||||
"maquina_orden_negro_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"null" => true
|
||||
"null" => true,
|
||||
"comment" => "Maquina para impresion en negro",
|
||||
],
|
||||
"maquina_orden_color_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"null" => true
|
||||
|
||||
"null" => true,
|
||||
"comment" => "Maquina para impresion en color",
|
||||
],
|
||||
"maquina_orden_portada_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"null" => true
|
||||
|
||||
"null" => true,
|
||||
"comment" => "Maquina para impresion portada",
|
||||
],
|
||||
"maquina_orden_cubierta_id" => [
|
||||
"type" => "INT",
|
||||
"constraint" => 10,
|
||||
"null" => true
|
||||
|
||||
"null" => true,
|
||||
"comment" => "Maquina para impresion cubierta",
|
||||
],
|
||||
"negro_forma_id" => [
|
||||
"type" => "INT",
|
||||
|
||||
Reference in New Issue
Block a user