# image **Repository Path**: hgz0204/image ## Basic Information - **Project Name**: image - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```mysql CREATE TABLE `image`.`image` ( `id` INT NOT NULL AUTO_INCREMENT, `uid` VARCHAR(45) NOT NULL, `user_name` VARCHAR(100) NOT NULL, `url` VARCHAR(200) NOT NULL, `insert_date` VARCHAR(200) NOT NULL, PRIMARY KEY (`id`)); ) ```