
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[My_show_svbill]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[My_show_svbill]
GO

CREATE TABLE [dbo].[My_show_svbill] (
	[id] [int] IDENTITY (1, 1) NOT NULL ,
	[VIP] [int] null,   --Ա
	[VIN] [int] null,	--Vin
	[bill_date] [int] null,   --
	[code] [int] null,   --ά޵
	[dept_name] [int] null,   --
	[pick_people] [int] null,   --ӳ
	[f_bill_no] [int] null,   --ҵ
	[commissioner] [int] null,   --ͻרԱ
	[develop_human] [int] null,   --
	[associatorl_type_name] [int] null,   --Ա
	[customer_categories] [int] null,   --ͻ
	[balance_amt] [int] null,   --
	[old_cl] [int] null,   --ɼ
	[yy_type] [int] null,   --ϴҪ
	[sv_bill_type] [int] null,   --
	[sv_type] [int] null,   --ά
	[lister] [int] null,   --Ƶ
	[gs_price] [int] null,   --ʱ
	[product] [int] null,   --
	[color] [int] null,   --ɫ
	[gs_status] [int] null,   --
	[s_item_code] [int] null,   --ʹ
	[vehicle_category] [int] null,   --
	[engine_no] [int] null,   --
	[last_come_date] [int] null,   --
	[in_date] [int] null,   --
	[plan_date] [int] null,   --ƻ깤
	[in_milimetre] [int] null,   --
	[oil_ds] [int] null,   --ͱ
	[sv_maintenance] [int] null,   --
	[repair_man] [int] null,   --
	[updatevehicle] [int] null,   --³
	[driver_tel] [int] null,   --绰/ֻ
	[driver_code] [int] null,   --֤
	[driver_birthday] [int] null,   --
	[driver_addr] [int] null,   --ַ
	[cc_date] [int] null,   --֤
	[link_men] [int] null,   --Ҫϵ
	[mobile_tel] [int] null,   --ϵ绰
	[addr] [int] null,   --ַ
	[Regional] [int] null,   --
	[cust_name] [int] null,   --չ˾
	[insurance_end_date] [int] null,   --ҵյ
	[comprehensive_end_date] [int] null,   --ǿյ
	[buy_date] [int] null,   --
	[year_check_date] [int] null,   --
	[fmaintain_date] [int] null   --ױ
	
	
)
GO

