-- Table: deployed_intouch_viewapp CREATE TABLE [deployed_intouch_viewapp] ( [timestamp_of_deploy] bigint NOT NULL DEFAULT ((1)), [gobject_id] int NOT NULL, [deploy_file_transfering] bit NULL DEFAULT ((0)) ); GO