# off_shelve **Repository Path**: LicwStack/off_shelve ## Basic Information - **Project Name**: off_shelve - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README run this script need: 1. create database; 2. create table(CREATE TABLE off_shelve_1( id INT NOT NULL AUTO_INCREMENT, product_id VARCHAR(20) NOT NULL UNIQUE, add_time DATETIME, PRIMARY KEY(id) ););