Home > Database > Mysql Tutorial > mysql 添加时间戳列_MySQL

mysql 添加时间戳列_MySQL

WBOY
Release: 2016-06-01 13:11:48
Original
955 people have browsed it

mysql添加默认时间


create table a(

id  int primary key  auto_increment,

time timestamp default CURRENT_TIMESTAMP 

)



这样  插入的数据 都会有一个默认时间戳

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template