DB-YZ
2007-8-6 18:20:42 创建 by soybean217@sina.com.cn | 2007-8-7 21:17:11 最后修改 by soybean217@sina.com.cn
编辑标题 插入资源
PRODUCT
2007-8-7 21:17:30来自IP:218.19.X.X by soybean217@sina.com.cn
| id |
bigint |
identity(1,1) |
|
Primary key |
| created |
datetime |
default getdate |
not null |
,-- |
| modified |
datetime |
default getdate |
not null |
,-- |
| title |
varchar(255) |
|
|
,--资源主题, |
| type |
tinyint |
|
not null |
,--1:吸音类2:隔音类3:工程样例 |
| intro |
text |
|
|
,--产品介绍 |
| state |
tinyint |
default 0 |
not null |
,--状态 |
编辑以上内容 删除以上内容 追加资源
img
2007-8-6 22:35:44来自IP:218.19.X.X by soybean217@sina.com.cn
| id |
bigint |
identity(1,1) |
|
Primary key |
| created |
datetime |
default getdate |
not null |
,-- |
| modified |
datetime |
default getdate |
not null |
,-- |
| title |
varchar(255) |
|
|
,--资源主题, |
| product_id |
bigint |
|
not null |
,--PK |
| state |
tinyint |
default 0 |
not null |
,--状态 |
| ext |
varchar(5) |
|
not null |
,--扩展名 |
编辑以上内容 删除以上内容 追加资源
@@add_newSrcLink@@
此处显示新 left 标签的内容