Your IP : 216.73.216.79


Current Path : /var/www/html/jppmmylatihan/backend/modules/courseDocument/
Upload File :
Current File : /var/www/html/jppmmylatihan/backend/modules/courseDocument/up.sql

CREATE TABLE IF NOT EXISTS `course_document` (
  `doc_id` int(11) NOT NULL,
  `doc_title` varchar(255) DEFAULT NULL,
  `doc_code` varchar(255) DEFAULT NULL,
  `doc_content` longtext DEFAULT NULL,
  `doc_user_id` int(11) DEFAULT NULL,
  `doc_participation_id` int(11) DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_user_type` varchar(255) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_user_type` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;