View and edit SQL

0 records

CREATE TABLE `google_location_activity_type_candidates` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`location_activity_id` integer,`confidence` integer,`type` text,PRIMARY KEY (`id`),CONSTRAINT `fk_google_location_activity_type_candidates_location_activity` FOREIGN KEY (`location_activity_id`) REFERENCES `google_location_activity`(`id`),CONSTRAINT `fk_google_location_activity_type_candidates` FOREIGN KEY (`location_activity_id`) REFERENCES `google_location_activity`(`id`));
CREATE INDEX `idx_google_location_activity_type_candidates_deleted_at` ON `google_location_activity_type_candidates`(`deleted_at`);