added locan data to face
This commit is contained in:
@@ -43,7 +43,7 @@ create table PERSON ( ID integer, TAG varchar(48), FIRSTNAME varchar(48), SURNAM
|
||||
create table REFIMG ( ID integer, FNAME varchar(128), FACE bytea, ORIG_W integer, ORIG_H integer, FACE_LOCN varchar(32), CREATED_ON float, THUMBNAIL varchar,
|
||||
constraint PK_REFIMG_ID primary key(ID) );
|
||||
|
||||
create table FACE( ID integer, FACE bytea, constraint PK_FACE_ID primary key(ID) );
|
||||
create table FACE( ID integer, FACE bytea, LOCN varchar(32), constraint PK_FACE_ID primary key(ID) );
|
||||
|
||||
create table FACE_FILE_LINK( FACE_ID integer, FILE_EID integer,
|
||||
constraint PK_FFL_FACE_ID_FILE_ID primary key(FACE_ID, FILE_EID),
|
||||
|
||||
Reference in New Issue
Block a user