序号 | 列名 | 数据类型 | 长度 | 小数位 | 标识 | 主键 | 外键 | 允许空 | 默认值 | 说明 |
1 | ZoneID | int | 4 | 0 | 否 | 版位 | ||||
2 | ADID | int | 4 | 0 | 否 | 广告ID |
子站广告
GO
CREATE TABLE [dbo].[ZL_Zone_Advertisement](
[ZoneID] [int] NOT NULL,
[ADID] [int] NOT NULL
) ON [PRIMARY]
detele from ZL_Zone_Advertisement
drop table ZL_Zone_Advertisement
TRUNCATE table ZL_Zone_Advertisement