当前位置:网站首页>[MySQL] database knowledge record
[MySQL] database knowledge record
2022-07-05 07:30:00 【MatchaApril】
data type
see :https://www.runoob.com/mysql/mysql-data-types.html
Create a table of sql sentence
create table option_table
(
id bigint auto_increment comment 'id',
q_id bigint not null comment ' Subject id',
option_des VARCHAR(5000) not null comment ' Option to describe ( The radio 、 multi-select 、 Judge -> Option to describe ; Fill in the blanks 、 Calculation -> answer )',
is_true tinyint comment ' Is this option correct ( The radio 、 multi-select 、 Judge ->0/1; Fill in the blanks 、 Calculation -> empty )',
order tinyint comment ' The order of the options (1、2、3、4、5...)',
create_time datetime not null default current_timestamp comment ' Creation time ',
update_time datetime not null default current_timestamp on update current_timestamp comment ' Update time ',
create_user VARCHAR(100) not null comment ' founder ',
update_user VARCHAR(100) not null comment ' Updated by ',
is_delete tinyint not null default 0 comment ' Is it deleted 0: Not delete ;1: Be deleted ',
constraint option_table_pk
primary key (id)
) comment ' List of options ';
边栏推荐
- Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
- Import CV2 prompt importerror: libgl so. 1: Cannot open shared object file: no such file or directory
- And let's play dynamic proxy (extreme depth version)
- [node] NVM version management tool
- 借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
- Ggplot2 drawing learning notes in R
- 2022年PMP项目管理考试敏捷知识点(7)
- DelayQueue延迟队列的使用和场景
- Shadowless cloud desktop - online computer
- [software testing] 02 -- software defect management
猜你喜欢

Explanation of parallel search set theory and code implementation
![[vscode] prohibit the pylance plug-in from automatically adding import](/img/a7/d96c0c4739ff68356c15bafbbb1328.jpg)
[vscode] prohibit the pylance plug-in from automatically adding import

Ethtool principle introduction and troubleshooting ideas for network card packet loss (with ethtool source code download)

QT small case "addition calculator"

Play with grpc - go deep into concepts and principles

PostMessage communication

What if the DataGrid cannot see the table after connecting to the database

I 用c I 实现队列

Tshydro tool

M2DGR 多源多场景 地面机器人SLAM数据集
随机推荐
第 2 章:小试牛刀,实现一个简单的Bean容器
When jupyter notebook is encountered, erroe appears in the name and is not output after running, but an empty line of code is added downward, and [] is empty
[software testing] 05 -- principles of software testing
Install deeptools in CONDA mode
[vscode] prohibit the pylance plug-in from automatically adding import
2022年PMP项目管理考试敏捷知识点(7)
Basic series of SHEL script (III) for while loop
list. files: List the Files in a Directory/Folder
With the help of Navicat for MySQL software, the data of a database table in different or the same database link is copied to another database table
Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
611. 有效三角形的个数
What is sodium hydroxide?
Set theory of Discrete Mathematics (I)
Matrix and TMB package version issues in R
ORACLE CREATE SEQUENCE,ALTER SEQUENCE,DROP SEQUENCE
R language learning notes 1
Course learning accumulation ppt
Concurrent programming - deadlock troubleshooting and handling
苏打粉是什么?
What does soda ash do?