whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
warehouse
/
migrations
/
Upload File:
files >> //home/kckglobal/cloud.kckglobal.net/modules/warehouse/migrations/104_version_104.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); class Migration_Version_104 extends App_module_migration { public function up() { $CI = &get_instance(); if (!$CI->db->field_exists('expiry_date', 'goods_delivery_detail')) { $CI->db->query('ALTER TABLE `'.db_prefix() . 'goods_delivery_detail` ADD COLUMN `expiry_date` text NULL , ADD COLUMN `lot_number` text NULL ;'); } if (!$CI->db->field_exists('expiry_date', 'goods_transaction_detail')) { $CI->db->query('ALTER TABLE `'.db_prefix() . 'goods_transaction_detail` ADD COLUMN `expiry_date` text NULL , ADD COLUMN `lot_number` text NULL ;'); } } }
Copyright ©2021 || Defacer Indonesia