In progress, will expand the details out.
Create table with generated uniqueness row hash
PRAGMA journal_mode = 'wal';
DROP TABLE IF EXISTS agreements;
CREATE TABLE IF NOT EXISTS agreements (
file_id TEXT NOT NULL,
dag TEXT NOT NULL,
file_code TEXT NOT NULL,
org_name TEXT,
uploaded datetime