<?xml version="1.0" encoding="utf-8" ?>
<CLSSDataBaseScript xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SystemDb>
<Scripts>
<string>tUserFinger</string>
<string>
create table tUserFinger (
	fUserKey               int NOT NULL,
	fFinger1_1             IMAGE,
	fFinger1_2             IMAGE,
	fFinger2_1             IMAGE,
	fFinger2_2             IMAGE,
	fFace                  IMAGE,
	ftReserve1             varchar(255),
	ftReserve2             varchar(255),
	flReserve1             int,
	flReserve2             int,
	fiReserve1             IMAGE,
	fiReserve2             IMAGE,
	CONSTRAINT PK_tUserFinger PRIMARY KEY(fUserKey));
</string>
<string>tFingerConfig</string>
<string>
create table tFingerConfig (
	fEnable                int,
	fRetry                 int,
	fKey                   int,
	fWithUserName          int);
</string>
<string>tEmailMessage</string>
<string>
create table tEmailMessage (
	fKind                 SMALLINT NOT NULL,
	fMessage              varchar(255));
</string>
<string>tSendErrorEmail</string>
<string>
create table tSendErrorEmail (
	fPC                   varchar(255));
</string>
<string>tEmailDetail</string>
<string>
create table tEmailDetail (
	fSMTP                 varchar(255),
	fPort                 int,
	fSubjects             varchar(255),
	fFrom                 varchar(255));
</string>
</Scripts>
</SystemDb>
</CLSSDataBaseScript>
