mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
realizada la lista
This commit is contained in:
@ -17,11 +17,6 @@ class CreateServiciosAcabadoTable extends Migration
|
||||
'unsigned' => true,
|
||||
'auto_increment' => true,
|
||||
],
|
||||
'tarifa_id' => [
|
||||
'type' => 'INT',
|
||||
'constraint' => 11,
|
||||
'unsigned' => true,
|
||||
],
|
||||
'nombre' =>[
|
||||
'type' => 'VARCHAR',
|
||||
'constraint' => 100,
|
||||
@ -31,6 +26,18 @@ class CreateServiciosAcabadoTable extends Migration
|
||||
'type' => 'TEXT',
|
||||
'null' => true,
|
||||
],
|
||||
'acabado_cubierta' => [
|
||||
'type' => 'BOOLEAN',
|
||||
'default' => false,
|
||||
],
|
||||
'acabado_sobrecubierta' => [
|
||||
'type' => 'BOOLEAN',
|
||||
'default' => false,
|
||||
],
|
||||
'mostrar_en_presupuesto_cliente' => [
|
||||
'type' => 'BOOLEAN',
|
||||
'default' => true,
|
||||
],
|
||||
'user_updated_id' => [
|
||||
'type' => 'INT',
|
||||
'constraint' => 11,
|
||||
|
||||
Reference in New Issue
Block a user