SudoDragon
Infinity Member
- Joined
- September 6, 2025
- Messages
- 1,508
- Reaction score
- 26,857
- Points
- 113
- Thread Author
- #1
Code:
-- MySQL dump 9.11
-- Host: localhost Database: klingogbang
-- ------------------------------------------------------
-- Server version 4.0.24_Debian-10sarge2-log
-- Table structure for table `kob_archive
CREATE TABLE `kob_archive` (
`id` mediumint(9) NOT NULL auto_increment,
`name` varchar(250) default NULL,
`art_name` varchar(250) default NULL,
`artist_is` text,
`artist_en` text,
`f_date` date default NULL,
`t_date` date default NULL,
`f_year` year(4) default NULL,
`c_date` datetime default NULL,
`a_date` datetime default NULL,
`info_is` text,
`info_en` text,
`stat` enum('1','2','3') default NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
--
To see this hidden content, you need to "Reply & React" with one of the following reactions:
Like,
Love,
Haha,
Wow