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

mysql 添加时间戳列_MySQL

WBOY
WBOYOriginal
2016-06-01 13:11:48977browse

mysql添加默认时间


create table a(

id  int primary key  auto_increment,

time timestamp default CURRENT_TIMESTAMP 

)



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

Statement:
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