CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
sqlite.db42 linesDownload Raw Back to server
1SQLite format 3@  .��
������d3�indexusers_openId_uniqueusersCREATE UNIQUE INDEX `users_openId_unique` ON `users` (`openId`)�x�OtableusersusersCREATE TABLE `users` (2	`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,3	`openId` text NOT NULL,4	`name` text,5	`email` text,6	`role` text DEFAULT 'user',7	`createdAt` integer,8	`updatedAt` integer,9	`lastSignedIn` integer10)��wtabledocumentsdocumentsCREATE TABLE `documents` (11	`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,12	`assetId` integer,13	`filename` text NOT NULL,14	`s3Url` text NOT NULL,15	`format` text NOT NULL,16	`status` text DEFAULT 'uploaded',17	`contentPreview` text,18	`extractedEntities` text,19	`uploadDate` integer,20	FOREIGN KEY (`assetId`) REFERENCES `assets`(`id`) ON UPDATE no action ON DELETE set null21)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�&�'tableassetsassetsCREATE TABLE `assets` (22	`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,23	`name` text NOT NULL,24	`type` text NOT NULL,25	`location` text,26	`status` text DEFAULT 'operational',27	`description` text,28	`maintenanceHistory` text,29	`createdAt` integer,30	`updatedAt` integer31)
s��v
�
��s�327++#oHydraulic Press HP-01Heavy MachineryAssembly Line Aoperational500-ton hydraulic press used for chassis forming.jB�PjB�P�339##�Conveyor Belt System 2TransportWarehouse BmaintenanceMain conveyor belt, currently undergoing routine belt replacement.jB�PjB�Pw343/#gTurbine Generator AGeneratorPlant 1, Sector 4operationalPrimary steam turbine generator for Sector 4.jB�PjB�Pw3�Cooling Tower Fan CHVACRoof DeckofflineOffline due to bearing failure. Waiting on replacement parts.jB��jB���357++#oHydraulic Press HP-01Heavy MachineryAssembly Line Aoperational500-ton hydraulic press used for chassis forming.jB��jB���369##�Conveyor Belt System 2TransportWarehouse BmaintenanceMain conveyor belt, currently undergoing routine belt replacement.jB��jB��w373/#gTurbine Generator AGeneratorPlant 1, Sector 4operationalPrimary steam turbine generator for Sector 4.jB��jB��
���
documents38assets
�ZW39?Q!Hydraulic_Press_Specs.pdf/mock/s3/Hydraulic_Press_Specs.pdfpdfprocessingjB�PV40QAConveyor_Belt_Replacement_SOP.docx/mock/s3/Conveyor_SOP.docxtextindexedjB�PL417ITurbine_Manual_v2.pdf/mock/s3/Turbine_Manual_v2.pdfpdfindexedjB�P
42