Update title and junction test

This commit is contained in:
wqy
2022-09-24 23:30:17 +08:00
parent c7f47bf06d
commit baeef6c859
3 changed files with 29 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE OPERATION
, Api_Id TEXT NOT NULL
, Api_Op API_OPERATION NOT NULL
, Api_Object_Type TEXT NOT NULL
, Api_Object_Id TEXT NOT NULL -- VARCHAR(32)
, Api_Object_Id TEXT NOT NULL
, Api_Object_Properties TEXT[]
);