-- AUTOGENERATED BY storj.io/dbx -- DO NOT EDIT CREATE TABLE members ( id BLOB NOT NULL, email TEXT NOT NULL, name TEXT NOT NULL, password_hash BLOB NOT NULL, created_at TIMESTAMP NOT NULL, PRIMARY KEY ( id ) ); CREATE TABLE nodes ( id BLOB NOT NULL, name TEXT NOT NULL, public_address TEXT NOT NULL, api_secret BLOB NOT NULL, PRIMARY KEY ( id ) );