SQLite format 3@  .j N/ A B zp6]SGtrigger_drepentwithattachment_remote_insert_insRepEntityWithAttachment_ReceiveViewCREATE TRIGGER _drepentwithattachment_remote_insert_ins INSTEAD OF INSERT ON RepEntityWithAttachment_ReceiveView FOR EACH ROW BEGIN REPLACE INTO RepEntityWithAttachment(waUid, waVersionId, waAttachmentUri, waMd5, waSize) VALUES (NEW.waUid, NEW.waVersionId, NEW.waAttachmentUri, NEW.waMd5, NEW.waSize) /*psql ON CONFLICT(waUid) DO UPDATE SET waUid = EXCLUDED.waUid, waVersionId = EXCLUDED.waVersionId, waAttachmentUri = EXCLUDED.waAttachmentUri, waMd5 = EXCLUDED.waMd5, waSize = EXCLUDED.waSize */ ; END2 SSOviewRepEntityWithAttachment_ReceiveViewRepEntityWithAttachment_ReceiveViewCREATE VIEW RepEntityWithAttachment_ReceiveView AS SELECT RepEntityWithAttachment.*, CAST(0 AS BIGINT) AS fromNodeId FROM RepEntityWithAttachmentc A7Ytrigger_drepent_remote_insert_insRepEntity_ReceiveViewCREATE TRIGGER _drepent_remote_insert_ins INSTEAD OF INSERT ON RepEntity_ReceiveView FOR EACH ROW BEGIN REPLACE INTO RepEntity(rePrimaryKey, reLastChangedBy, reLastChangeTime, reNumField, reString, reBoolean) VALUES (NEW.rePrimaryKey, NEW.reLastChangedBy, NEW.reLastChangeTime, NEW.reNumField, NEW.reString, NEW.reBoolean) /*psql ON CONFLICT(rePrimaryKey) DO UPDATE SET reLastChangedBy = EXCLUDED.reLastChangedBy, reLastChangeTime = EXCLUDED.reLastChangeTime, reNumField = EXCLUDED.reNumField, reBoolean = EXCLUDED.reBoolean, reString = EXCLUDED.reString */ ; ENDl 77{viewRepEntity_ReceiveViewRepEntity_ReceiveViewCREATE VIEW RepEntity_ReceiveView AS SELECT RepEntity.*, CAST(0 AS BIGINT) AS fromNodeId FROM RepEntityY 33YtableOutgoingReplicationOutgoingReplication CREATE TABLE OutgoingReplication ( destNodeId INTEGER NOT NULL , orPk1 INTEGER NOT NULL , orPk2 INTEGER NOT NULL DEFAULT 0 , orPk3 INTEGER NOT NULL DEFAULT 0 , orPk4 INTEGER NOT NULL DEFAULT 0 , orTableId INTEGER NOT NULL , orUid INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL )0//tableCompositePkEntityCompositePkEntity CREATE TABLE CompositePkEntity ( code1 INTEGER NOT NULL , code2 INTEGER NOT NULL , name TEXT , PRIMARY KEY (code1, code2) )A U/indexsqlite_autoindex_CompositePkEntity_1CompositePkEntity t;tableSyncNodeSyncNodeCREATE TABLE SyncNode ( nodeClientId INTEGER NOT NULL , PRIMARY KEY (nodeClientId) )|;;tableRepEntityWithAttachmentRepEntityWithAttachmentCREATE TABLE RepEntityWithAttachment ( waVersionId INTEGER NOT NULL , waAttachmentUri TEXT , waMd5 TEXT , waSize INTEGER NOT NULL , waUid INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL )tableDoorNodeDoorNodeCREATE TABLE DoorNode ( auth TEXT , nodeId INTEGER NOT NULL , rel INTEGER NOT NULL DEFAULT 2 , PRIMARY KEY (nodeId) )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)tableRepEntityRepEntityCREATE TABLE RepEntity ( reLastChangedBy INTEGER NOT NULL , reLastChangeTime INTEGER NOT NULL DEFAULT 0 , reNumField INTEGER NOT NULL , reString TEXT , reBoolean INTEGER NOT NULL , rePrimaryKey INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL )o%%!table_doorwayinfo_doorwayinfoCREATE TABLE _doorwayinfo (dbVersion int primary key, dbHash varchar(255))7K%indexsqlite_autoindex__doorwayinfo_1_doorwayinfo   Ìւ3 RepEntity