Chinaunix首页 | 论坛 | 博客
  • 博客访问: 474635
  • 博文数量: 112
  • 博客积分: 5696
  • 博客等级: 大校
  • 技术积分: 1720
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-17 09:58
文章分类

全部博文(112)

文章存档

2011年(22)

2010年(28)

2009年(21)

2008年(41)

分类: Mysql/postgreSQL

2011-10-08 21:23:12

create table products(
id int not null auto_increment,
title varchar(100) not null,
description text not null,
image_url varchar(200) not null,
price decimal(10,2) not null,
primary key(id)
);
阅读(289) | 评论(0) | 转发(0) |
0

上一篇:lion中启动mysql

下一篇:我的mysql

给主人留下些什么吧!~~