CREATE TABLE PATH( eventID TEXT PRIMARY KEY, // 事件編號 cid TEXT FOREIGN KEY NOT NULL, // 監視器編號 platinum TEXT FOREIGN KEY NOT NULL, getFileURI TEXT NOT NULL, eventTime DATETIME NOT NULL );
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up