table('template_mapping'); $table->addColumn('is_addnote', 'boolean', [ 'default' => 0, 'null' => false, 'after' => 'is_visible_parts', 'comment' => 'Campo utilizzabile come addnote (multi-selezione)', ]) ->update(); } }