whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
goals
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/modules/goals/install.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); if (!$CI->db->table_exists(db_prefix() . 'goals')) { $CI->db->query('CREATE TABLE `' . db_prefix() . "goals` ( `id` int(11) NOT NULL, `subject` varchar(191) NOT NULL, `description` text NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `goal_type` int(11) NOT NULL, `contract_type` int(11) NOT NULL DEFAULT '0', `achievement` int(11) NOT NULL, `notify_when_fail` tinyint(1) NOT NULL DEFAULT '1', `notify_when_achieve` tinyint(1) NOT NULL DEFAULT '1', `notified` int(11) NOT NULL DEFAULT '0', `staff_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=" . $CI->db->char_set . ';'); $CI->db->query('ALTER TABLE `' . db_prefix() . 'goals` ADD PRIMARY KEY (`id`), ADD KEY `staff_id` (`staff_id`);'); $CI->db->query('ALTER TABLE `' . db_prefix() . 'goals` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1'); }
Copyright ©2021 || Defacer Indonesia