当前位置:网站首页>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
边栏推荐
- Redis' attack tactics
- JS reverse | m3u8 data decryption of a spring and autumn network
- C serialization simple experiment
- The Missing Semester
- Theoretical basis of graph
- Exposure: a white box photo post processing framework reading notes
- 【单片机】【数码管】数码管显示
- Value/sortedset in redis
- ABBIRB120工业机器人机械零点位置
- Unity XLua 协程封装
猜你喜欢

MQ prevent message loss and repeated consumption

Onenet Internet of things platform - mqtt product devices send messages to message queues MQ

Typora realizes automatic uploading of picture pasting

Adjacency matrix undirected graph (I) - basic concepts and C language

GID: open vision proposes a comprehensive detection model knowledge distillation | CVPR 2021

Abbirb120 industrial robot mechanical zero position

Binary stack (I) - principle and C implementation
![[106] 360 check font - check whether the copyright of local Fonts is commercially available](/img/a7/615e8000647b56f03a6a1d3dd81b6d.jpg)
[106] 360 check font - check whether the copyright of local Fonts is commercially available

Emotion analysis based on IMDB comment data set

How to understand the developed query statements
随机推荐
The specified service is marked for deletion
Botu V15 add GSD file
Personnaliser le plug - in GRPC
Talk about the pessimistic strategy that triggers full GC?
比特熊直播间一周年,英雄集结令!邀你来合影!
C summary of knowledge points 3
Prepare for the Blue Bridge Cup Day10__ PWM control light brightness
uniapp 使用 uni-upgrade-center
Machine learning - Data Science Library Day 3 - Notes
【datawhale202206】pyTorch推荐系统:多任务学习 ESMM&MMOE
The operation process of using sugar to make a large data visualization screen
Talk about biological live broadcast - genovis Zhang Hongyan antibody specific enzyme digestion technology helps to characterize the structure of antibody drugs
Neo4j Chinese developer monthly - issue 202206
强大、好用、适合程序员/软件开发者的专业编辑器/笔记软件综合评测和全面推荐
【datawhale202206】pyTorch推荐系统:召回模型 DSSM&YoutubeDNN
【20220605】文献翻译——虚拟现实中的可视化:一个系统的回顾
Brief explanation of the working principle, usage scenarios and importance of fingerprint browser
MQ prevent message loss and repeated consumption
Build yocto system offline for i.mx8mmini development board
Redis' attack tactics