当前位置:网站首页>MySQL data table creation
MySQL data table creation
2022-07-01 12:08:00 【Paper scum】
/*
SQLyog Community v13.1.7 (64 bit)
MySQL - 5.6.51 : Database - dw_recommend
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @[email protected]@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @[email protected]@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @[email protected]@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @[email protected]@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`dw_recommend` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin */;
USE `dw_recommend`;
/*Table structure for table `recommend_config` */
DROP TABLE IF EXISTS `recommend_config`;
CREATE TABLE `recommend_config` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT ' Self increasing id',
`recommend_result_num` int(11) DEFAULT '0' COMMENT ' Number of recommended results ',
`create_time` timestamp NULL DEFAULT NULL,
`creater` varchar(42) DEFAULT NULL,
`update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updater` varchar(42) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT=' Custom configuration is recommended ';
INSERT INTO recommend_config SET recommend_result_num=4;
Pay attention to the setting value , There must be no spaces after the equal sign
边栏推荐
- 想问问,证券开户有优惠吗手机开户是安全么?
- Force button homepage introduction animation
- 指定的服务已标记为删除
- Self organization is the two-way rush of managers and members
- Emotion analysis based on IMDB comment data set
- Value/hush in redis
- Technology sharing | MySQL: how about copying half a transaction from the database?
- Message queue monitoring refund task batch process
- Learning summary on June 28, 2022
- 用实际例子详细探究OpenCV的轮廓检测函数findContours(),彻底搞清每个参数、每种模式的真正作用与含义
猜你喜欢

华为HMS Core携手超图为三维GIS注入新动能

Powerful, easy-to-use, professional editor / notebook software suitable for programmers / software developers, comprehensive evaluation and comprehensive recommendation

Huawei HMS core joins hands with hypergraph to inject new momentum into 3D GIS

迅为i.MX8Mmini开发板离线构建Yocto系统

Neo4j Chinese developer monthly - issue 202206

Le semester manquant

比特熊直播间一周年,英雄集结令!邀你来合影!

研发效能度量框架解读

Machine learning - Data Science Library - day two

用实际例子详细探究OpenCV的轮廓检测函数findContours(),彻底搞清每个参数、每种模式的真正作用与含义
随机推荐
想问问,证券开户有优惠吗手机开户是安全么?
消息队列之监控退款任务批处理过程
[classic example] classic list questions @ list
How to set decimal places in CAD
How to understand the developed query statements
Understanding of MVVM and MVC
Consolidate -c operator
Neo4j Chinese developer monthly - issue 202206
自定義 grpc 插件
Dlhsoft Kanban, Kanban component of WPF
Joint Time-Frequency and Time Domain Learning for Speech Enhancement
Explore the contour detection function findcontours() of OpenCV in detail with practical examples, and thoroughly understand the real role and meaning of each parameter and mode
Building external modules
One year anniversary of bitbear live studio, hero rally order! I invite you to take a group photo!
[106] 360 check font - check whether the copyright of local Fonts is commercially available
CPU 上下文切换的机制和类型 (CPU Context Switch)
Technology sharing | MySQL: how about copying half a transaction from the database?
Acly and metabolic diseases
Implementation of address book management system with C language
研发效能度量框架解读