标签:date int har update lin lint arc new char
1.创建表
CREATE TABLE News (
id INT,
category INT,
title VARCHAR (256),
author VARCHAR (32),
tag VARCHAR (256),
content TEXT,
-- 存储大型文本
creator VARCHAR (32),
createdate TIMESTAMP,
updator VARCHAR (32),
updatedate TIMESTAMP,
isdel SMALLINT
)
标签:date int har update lin lint arc new char
原文地址:https://www.cnblogs.com/wholeworld/p/11626652.html