Table of contents Table Definition .

ADMIN

.

CONFIRMATION

.

COUNTRY_X_LANGUAGE

.

COURSE

.

COURSE_X_MEDIA_FILE

.

CURRENCY

.

CUSTOM_TOUR

.

FAQ

.

FAQ_CATEGORY

.

GUIDE

.

GUIDE_EVENT_TYPE

.

GUIDE_X_LANGUAGE

.

GUIDE_X_LICENSE

.

KEYWORD

.

LANGUAGE

.

LOCATION_CITY

.

LOCATION_COUNTRY

.

LOCATION_STATE

.

MESSAGE

.

NOTICE

.

PRODUCT

.

PRODUCT_EVENT_TYPE

.

PRODUCT_IMPOSSIBLE_DATE

.

PRODUCT_PRICE

.

PRODUCT_RESERVATION

.

PRODUCT_X_CITY

.

PRODUCT_X_KEYWORD

.

PRODUCT_X_THEME

.

PUBLIC_FILE

.

SELLER_IMPOSSIBLE_DATE

.

SERVICE

.

SERVICE_TYPE

.

THEME

.

TOUR

.

TOURIST

.

TOURIST_EMAIL

.

TOURIST_FACEBOOK

.

TOURIST_GOOGLEPLUS

.

TOURIST_KAKAOTALK

.

TOURIST_TWITTER

.

TOUR_PLAN

.

TOUR_PLAN_X_THEME

.

TOUR_SCHEDULE

.

TOUR_SCHEDULE_DAY

.

TOUR_SCHEDULE_NODE

.

TOUR_SCHEDULE_NODE_MEDIA_FILE

.

TOUR_SKETCH

.

TOUR_SKETCH_NODE

.

UNIT_TOUR

.

USER_X_INTEREST_GUIDE

.

USER_X_INTEREST_PRODUCT

.

user

Table Definition

ADMIN

user of admin type

column

type

ID

BIGINT

LOGIN_ID

VARCHAR(100)

LOGIN_PASSWORD

VARCHAR(100)

unique key

columns

CONSTRAINT_3B

ID

ADMIN_LOGIN_ID_KEY

LOGIN_ID

column

description

ID

table identifier

LOGIN_ID

login ID

LOGIN_PASSWORD

login password

nullable

pkey

defaulted referred

V

refer

[user] ID

description

CONFIRMATION

serves as evidence of tour

column

type

nullable

ID

BIGINT

NAME

VARCHAR(100)

ENGLISH_NAME

VARCHAR(100)

EMAIL

VARCHAR(100)

PHONE

VARCHAR(100)

TOUR_TITLE

VARCHAR(100)

TOURIST_NUM

VARCHAR(100)

TOUR_DATE

VARCHAR(100)

COST

VARCHAR(100)

PAID

VARCHAR(100)

CONTACTABLE_TIME

VARCHAR(100)

MEETING_PLACE

VARCHAR(100)

GUIDE_PHONE

VARCHAR(100)

GUIDE

VARCHAR(100)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_73

ID

column

description

ID

table identifier

NAME

name of tourist

ENGLISH_NAME

english name of tourist

EMAIL

email of tourist

PHONE

phone number of tourist

TOUR_TITLE

tour title

TOURIST_NUM

tourist number

TOUR_DATE

day when tour start

COST

total tour cost

PAID

present payment

CONTACTABLE_TIME

contactable time with guide

MEETING_PLACE

place where meet with guide

GUIDE_PHONE

phone number of guide

GUIDE

name of guide

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

pkey

defaulted referred

V

refer

[PRODUCT_RESERVATIO N] ID

V

description

column

description

DELETED_AT

present that this record is deleted

COUNTRY_X_LANGUAGE

relationship of country with language. languages are used as representative country.

column

type

nullable

pkey

ID

BIGINT

COUNTRY_ID

BIGINT

[LOCATION_COUNTRY] ID

LANGUAGE_ID

BIGINT

[LANGUAGE] ID

unique key

columns

CONSTRAINT_DA

ID

column

description

ID

table identifier

COUNTRY_ID

reference country

LANGUAGE_ID

reference language

V

defaulted referred

refer

V

description

COURSE

component what constitutes product. they are sequential about time.

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[COURSE_X_MEDIA_FILE] COURSE_ID [TOUR_SCHEDULE_NODE ] COURSE_ID

UNIT_TOUR_ID

BIGINT

V

TITLE

VARCHAR(100)

V

DESCRIPTION

CLOB(2147483647)

V

SEQUENCE

INTEGER

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_76

ID

column

description

ID

table identifier

UNIT_TOUR_ID

reference product

TITLE

title of course

DESCRIPTION

description

SEQUENCE

sequence number

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

[UNIT_TOUR] ID

V

description

COURSE_X_MEDIA_FILE

image file what is comprised in one course.

column

type

nullable

pkey

ID

BIGINT

COURSE_ID

BIGINT

[COURSE] ID

PUBLIC_FILE_ID

BIGINT

[PUBLIC_FILE] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_8

ID

column

description

ID

table identifier

COURSE_ID

reference course

PUBLIC_FILE_ID

reference image file

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

V

defaulted referred

refer

V

V V description

CURRENCY

define currency

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

[PRODUCT] CURRENCY_ID [PRODUCT_RESERVATIO N] CURRENCY_ID

NAME

VARCHAR(2048)

unique key

columns

CONSTRAINT_5

ID

CURRENCY_NAME_KEY

NAME

column

description

ID

table identifier

NAME

name of currency

description

refer

CUSTOM_TOUR

selling tour-product by guide manager

column

type

ID

BIGINT

TOUR_PLAN_ID

BIGINT

unique key

columns

CONSTRAINT_182

ID

column

description

ID

table identifier

TOUR_PLAN_ID

reference tour plan

nullable

pkey

defaulted referred

V

refer

[TOUR] ID

V

[TOUR_PLAN] ID description

FAQ

frequently asked questions

column

type

nullable

ID

BIGINT

USER_ID

BIGINT

QUESTION

CLOB(2147483647)

ANSWER

CLOB(2147483647)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

CATEGORY_ID

BIGINT

V

unique key

columns

CONSTRAINT_10

ID

column

description

ID

table identifier

USER_ID

reference writer

QUESTION

question

ANSWER

answer

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

CATEGORY_ID

reference category

pkey V

defaulted referred

refer

V

[user] ID

V

[FAQ_CATEGORY] ID description

FAQ_CATEGORY

category of "faq"

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[FAQ] CATEGORY_ID [FAQ_CATEGORY] REF_ID

NAME

VARCHAR(2048)

REF_ID

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_6A

ID

column

description

ID

table identifier

NAME

name of category

REF_ID

refer anyone of "faq_category"

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

V

[FAQ_CATEGORY] ID V

description

GUIDE

user of guide/guide manager type

column

type

ID

BIGINT

nullable

pkey

defaulted referred

V

[GUIDE_X_LANGUAGE] GUIDE_ID

refer

[user] ID

[GUIDE_X_LICENSE] GUIDE_ID [SELLER_IMPOSSIBLE_D ATE] SELLER_ID [USER_X_INTEREST_GUI DE] GUIDE_ID STATUS

ENUM

V

GUIDE_EVENT_TYPE_ID

BIGINT

LOGIN_ID

VARCHAR(100)

LOGIN_PASSWORD

VARCHAR(100)

EMAIL_GENERATE_KEY

VARCHAR(255)

EMAIL_CERTIFIED_AT

TIMESTAMP

V

SKYPE_ID

VARCHAR(40)

V

RESIDENTIAL_CITY_ID

BIGINT

EXPERIENCE

INTEGER

V

AGE

INTEGER

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_41

ID

GUIDE_LOGIN_ID_KEY

LOGIN_ID

column

description

ID

table identifier

STATUS

approved by administrator

GUIDE_EVENT_TYPE_ID

promotion about guide

LOGIN_ID

login ID

LOGIN_PASSWORD

login password

EMAIL_GENERATE_KEY

generated key for certificating email

EMAIL_CERTIFIED_AT

timestamp when email is certificated

SKYPE_ID

skype ID

RESIDENTIAL_CITY_ID

city of residence

EXPERIENCE

n years experience about guiding

V

[GUIDE_EVENT_TYPE] ID

[LOCATION_CITY] ID

V V description

column

description

AGE

age

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

GUIDE_EVENT_TYPE

define promotion type about guide

column

type

nullable

ID

BIGINT

NAME

VARCHAR(255)

MARKER

VARCHAR(2048)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_D5

ID

GUIDE_EVENT_TYPE_NA ME_KEY

NAME

column

description

ID

table identifier

NAME

name of promotion

MARKER

mark as

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

pkey V

defaulted referred V

V V

description

[GUIDE] GUIDE_EVENT_TYPE_ID

refer

GUIDE_X_LANGUAGE

relationship of guide with language. One guide has 1 guiding-language or more.

column

type

ID

BIGINT

GUIDE_ID

BIGINT

[GUIDE] ID

LANGUAGE_ID

BIGINT

[LANGUAGE] ID

unique key

columns

CONSTRAINT_49

ID

GUIDE_X_LANGUAGE_GU GUIDE_ID LANGUAGE_ID IDE_ID_LANGUAGE_ID_K EY column

description

ID

table identifier

GUIDE_ID

reference guide

LANGUAGE_ID

reference language

nullable

pkey V

defaulted referred

refer

V

description

GUIDE_X_LICENSE

relationship of guide with license.

column

type

ID

BIGINT

GUIDE_ID

BIGINT

LICENSE_PICTURE_FILE_ BIGINT ID LICENSE_NAME

VARCHAR(255)

unique key

columns

CONSTRAINT_7

ID

column

description

ID

table identifier

GUIDE_ID

reference guide

nullable

V

name of license

defaulted referred

refer

V

[GUIDE] ID V

LICENSE_PICTURE_FILE_ reference picture file about license ID LICENSE_NAME

pkey

[PUBLIC_FILE] ID

description

KEYWORD

define keyword for product classification

column

type

ID

BIGINT

NAME

VARCHAR(2048)

unique key

columns

CONSTRAINT_F

ID

KEYWORD_NAME_KEY

NAME

column

description

ID

table identifier

NAME

name of keyword

nullable

pkey V

defaulted referred V

description

[PRODUCT_X_KEYWORD] KEYWORD_ID

refer

LANGUAGE

define language for guiding

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

[COUNTRY_X_LANGUAGE ] LANGUAGE_ID [GUIDE_X_LANGUAGE] LANGUAGE_ID

NAME

VARCHAR(2048)

SORT_NAME

VARCHAR(100)

unique key

columns

CONSTRAINT_C

ID

LANGUAGE_SORT_NAME _KEY

SORT_NAME

column

description

ID

table identifier

NAME

name of language

SORT_NAME

name of language for sorting

description

refer

LOCATION_CITY

real city

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[GUIDE] RESIDENTIAL_CITY_ID [PRODUCT_X_CITY] CITY_ID

STATE_ID

BIGINT

NAME

VARCHAR(100)

LATITUDE

DOUBLE

V

LONGITUDE

DOUBLE

V

unique key

columns

CONSTRAINT_50

ID

LOCATION_CITY_STATE_I STATE_ID NAME D_NAME_KEY LOCATION_CITY_LATITU DE_LONGITUDE_KEY

LATITUDE LONGITUDE

column

description

ID

table identifier

STATE_ID

reference state

NAME

name of city

LATITUDE

latitude of city

LONGITUDE

longitude of city

[LOCATION_STATE] ID

description

LOCATION_COUNTRY

real country

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

[COUNTRY_X_LANGUAGE ] COUNTRY_ID [LOCATION_STATE] COUNTRY_ID [PRODUCT_RESERVATIO N] MOBILE_COUNTRY_ID [user] MOBILE_COUNTRY_ID [user] NATIONALITY_ID

NAME

VARCHAR(100)

SORT_NAME

VARCHAR(10)

KOREAN_NAME

VARCHAR(100)

V

COUNTRY_CODE

INTEGER

V

LATITUDE

DOUBLE

V

LONGITUDE

DOUBLE

V

unique key

columns

CONSTRAINT_D

ID

LOCATION_COUNTRY_NA NAME ME_KEY LOCATION_COUNTRY_SO SORT_NAME RT_NAME_KEY LOCATION_COUNTRY_LA LATITUDE LONGITUDE TITUDE_LONGITUDE_KEY column

description

ID

table identifier

NAME

name of country

SORT_NAME

name of country for sorting

KOREAN_NAME

korean name of country

COUNTRY_CODE

international dialling code

LATITUDE

latitude of country

LONGITUDE

longitude of country

description

refer

LOCATION_STATE

real state

column

type

ID

BIGINT

COUNTRY_ID

BIGINT

NAME

VARCHAR(100)

LATITUDE

DOUBLE

V

LONGITUDE

DOUBLE

V

unique key

columns

CONSTRAINT_B

ID

LOCATION_STATE_COUN COUNTRY_ID NAME TRY_ID_NAME_KEY LOCATION_STATE_LATIT UDE_LONGITUDE_KEY

LATITUDE LONGITUDE

column

description

ID

table identifier

COUNTRY_ID

reference country

NAME

name of state

LATITUDE

latitude of state

LONGITUDE

longitude of state

nullable

pkey V

defaulted referred V

refer

[LOCATION_CITY] STATE_ID

[LOCATION_COUNTRY] ID

description

MESSAGE

message form user to user

column

type

nullable

pkey

ID

BIGINT

REF_ID

BIGINT

SENDER_ID

BIGINT

[user] ID

RECEIVER_ID

BIGINT

[user] ID

MESSAGE_HEADER

VARCHAR(1024)

MESSAGE_BODY

VARCHAR(2048)

MESSAGE_FOOTER

VARCHAR(1024)

READ

BOOLEAN

V

SENDER_DELETED

BOOLEAN

V

RECEIVER_DELETED

BOOLEAN

V

CREATED_AT

TIMESTAMP

V

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

TAG

ENUM

V

TOUR_PLAN_ID

BIGINT

V

unique key

columns

CONSTRAINT_6

ID

column

description

ID

table identifier

REF_ID

represented message

SENDER_ID

reference sender

RECEIVER_ID

reference receiver

MESSAGE_HEADER

header content of message

MESSAGE_BODY

body content of message

MESSAGE_FOOTER

footer content of message

READ

read message by receiver

SENDER_DELETED

deleted message by sender

RECEIVER_DELETED

deleted message by receiver

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

TAG

for classification

TOUR_PLAN_ID

reference tour-plan

V

defaulted referred V

V

refer

[MESSAGE] REF_ID

[MESSAGE] ID

V

V

[TOUR_PLAN] ID description

NOTICE

notify user(tourist/guide/guide manager) by administrator

column

type

nullable

ID

BIGINT

USER_ID

BIGINT

TITLE

CLOB(2147483647)

DESCRIPTION

CLOB(2147483647)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_89

ID

column

description

ID

table identifier

USER_ID

reference writer

TITLE

title

DESCRIPTION

description

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

pkey V

defaulted referred

refer

V

[user] ID

V

description

PRODUCT

selling product by guide or guide manager

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

[PRODUCT_IMPOSSIBLE_ DATE] PRODUCT_ID [PRODUCT_PRICE] PRODUCT_ID [PRODUCT_RESERVATIO N] PRODUCT_ID [PRODUCT_X_CITY] PRODUCT_ID [PRODUCT_X_KEYWORD] PRODUCT_ID [PRODUCT_X_THEME] PRODUCT_ID [SERVICE] ID [TOUR] ID [USER_X_INTEREST_PRO DUCT] PRODUCT_ID

TITLE

VARCHAR(100)

V

STATUS

ENUM

V

V

refer

column

type

nullable

pkey

defaulted referred

refer

PRODUCT_EVENT_TYPE_ BIGINT ID

V

SELLER_ID

BIGINT

V

[user] ID

CURRENCY_ID

BIGINT

V

[CURRENCY] ID

IMAGE_ID

BIGINT

V

SUMMARY

CLOB(2147483647)

V

DESCRIPTION

CLOB(2147483647)

V

INCLUSION

CLOB(2147483647)

V

EXCLUSION

CLOB(2147483647)

V

ETC

CLOB(2147483647)

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

UNLOAD

VARCHAR(1000)

V

TYPE

ENUM

unique key

columns

CONSTRAINT_18

ID

column

description

ID

table identifier

TITLE

title of product

STATUS

approved by administrator

V

V description

PRODUCT_EVENT_TYPE_ promotion about product ID SELLER_ID

reference seller

CURRENCY_ID

base currency

IMAGE_ID

representative image of product

SUMMARY

summary of product

DESCRIPTION

description

INCLUSION

extra options what are include in the price

EXCLUSION

extra options what are not include in the price

ETC

extra description

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

UNLOAD

request message for stop sale product

TYPE

product type(tour/service)

PRODUCT_EVENT_TYPE

define promotion type about product

column

type

nullable

ID

BIGINT

NAME

VARCHAR(255)

DISCOUNT

INTEGER

MARKER

VARCHAR(2048)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_49B

ID

pkey V

defaulted referred V

V V V

PRODUCT_EVENT_TYPE_ NAME NAME_KEY column

description

ID

table identifier

NAME

name of promotion

DISCOUNT

discount rate(0 ~ 99)

MARKER

mark as

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

description

[PRODUCT] PRODUCT_EVENT_TYPE_ ID

refer

PRODUCT_IMPOSSIBLE_DATE

impossible date to reserve a product

column

type

nullable

pkey

PRODUCT_ID

BIGINT

V

DATE

DATE

V

unique key

columns

PRODUCT_IMPOSSIBLE_ DATE_PKEY

PRODUCT_ID DATE

column

description

PRODUCT_ID

reference product

DATE

impossible date

defaulted referred

refer

[PRODUCT] ID

description

PRODUCT_PRICE

price information of product. price of one product is comprised one price information or more.

column

type

ID

BIGINT

PRODUCT_ID

BIGINT

MINIMUM_PEOPLE

INTEGER

V

MAXIMUM_PEOPLE

INTEGER

V

PRICE

DOUBLE

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_42

ID

nullable

pkey V

defaulted referred

refer

V

[PRODUCT] ID

V V description

PRODUCT_PRICE_PROD PRODUCT_ID MINIMUM_PEOPLE UCT_ID_MINIMUM_PEOPL MAXIMUM_PEOPLE E_MAXIMUM_PEOPLE_KE Y column

description

ID

table identifier

PRODUCT_ID

reference product

MINIMUM_PEOPLE

minimum number of people is affected by this price information

MAXIMUM_PEOPLE

maximum number of people is affected by this price information

PRICE

price

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

PRODUCT_RESERVATION

reservation of product

column

type

nullable

pkey

ID

BIGINT

USER_ID

BIGINT

[user] ID

PRODUCT_ID

BIGINT

[PRODUCT] ID

CURRENCY_ID

BIGINT

[CURRENCY] ID

BOOK_DATE

DATE

NUMBER_PEOPLE

INTEGER

AGE

ENUM

V

PURPOSE_ID

BIGINT

V

REQUEST_MESSAGE

CLOB(2147483647)

V

STATUS

ENUM

NAME

VARCHAR(100)

ENGLISH_NAME

VARCHAR(100)

MOBILE_COUNTRY_ID

BIGINT

MOBILE

VARCHAR(20)

EMAIL

VARCHAR(100)

PAYOUT_STATUS

ENUM

V

CREATED_AT

TIMESTAMP

V

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

EVENT_NAME

VARCHAR(255)

V

EVENT_DISCOUNT

INTEGER

V

ORIGINAL_PRICE

DOUBLE

V

FINAL_PRICE

DOUBLE

V

EPILOGUE_STAR_POINT

INTEGER

V

EPILOGUE_COMMENT

CLOB(2147483647)

V

EPILOGUE_WROTE_AT

TIMESTAMP

V

EPILOGUE_REPLY

CLOB(2147483647)

V

unique key

columns

CONSTRAINT_3F

ID

column

description

ID

table identifier

V

defaulted referred V

refer

[CONFIRMATION] ID

[THEME] ID

V

[LOCATION_COUNTRY] ID

description

column

description

USER_ID

reference people who has booked

PRODUCT_ID

reference product

CURRENCY_ID

reference currency

BOOK_DATE

booked date

NUMBER_PEOPLE

number of people

AGE

age of representative

PURPOSE_ID

purpose of tour. reference trend theme.

REQUEST_MESSAGE

request message about tour

STATUS

tour progress situation

NAME

name of representative

ENGLISH_NAME

english name of representative

MOBILE_COUNTRY_ID

reference activated country of cellphone

MOBILE

mobile number of representative

EMAIL

email of representative

PAYOUT_STATUS

is paid

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

EVENT_NAME

promotion about product

EVENT_DISCOUNT

promotion about product

ORIGINAL_PRICE

non-discounted price by event

FINAL_PRICE

discounted price by event

EPILOGUE_STAR_POINT

score (0 ~ 5) about tour satisfaction

EPILOGUE_COMMENT

comment of epilogue

EPILOGUE_WROTE_AT

timestamp when this epilogue is wrote

EPILOGUE_REPLY

PRODUCT_X_CITY

relationship of product with city. tour city is one or more.

column

type

nullable

pkey

ID

BIGINT

PRODUCT_ID

BIGINT

[PRODUCT] ID

CITY_ID

BIGINT

[LOCATION_CITY] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_24

ID

V

defaulted referred V

V

PRODUCT_X_CITY_PROD PRODUCT_ID CITY_ID UCT_ID_CITY_ID_KEY column

description

ID

table identifier

PRODUCT_ID

reference product

CITY_ID

reference city

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

refer

description

PRODUCT_X_KEYWORD

relationship of product with keyword.

column

type

nullable

pkey

ID

BIGINT

PRODUCT_ID

BIGINT

[PRODUCT] ID

KEYWORD_ID

BIGINT

[KEYWORD] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_65

ID

column

description

ID

table identifier

PRODUCT_ID

reference product

KEYWORD_ID

reference keyword

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

V

defaulted referred

refer

V

V

description

PRODUCT_X_THEME

relationship of product with theme

column

type

nullable

pkey

ID

BIGINT

PRODUCT_ID

BIGINT

[PRODUCT] ID

THEME_ID

BIGINT

[THEME] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_7B

ID

column

description

ID

table identifier

PRODUCT_ID

reference product

THEME_ID

reference theme

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

V

defaulted referred

refer

V

V

description

PUBLIC_FILE

saved file at server

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

[GUIDE_X_LICENSE] LICENSE_PICTURE_FILE_ ID [COURSE_X_MEDIA_FILE] PUBLIC_FILE_ID [THEME] BACKGROUND_IMAGE_ID [THEME] IMAGE_ID [TOUR_SCHEDULE_NODE _MEDIA_FILE] PUBLIC_FILE_ID [user] PROFILE_IMAGE_ID

ORIGINAL_NAME

VARCHAR(256)

NAME

VARCHAR(256)

SIZE

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_4

ID

column

description

ID

table identifier

ORIGINAL_NAME

file name what is file name of user end side in uploading

NAME

saved file name at server side after upload

SIZE

file size

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

V

description

refer

SELLER_IMPOSSIBLE_DATE

impossible date to reserve a product what is sale by seller

column

type

SELLER_ID

BIGINT

V

DATE

DATE

V

unique key

columns

SELLER_IMPOSSIBLE_DA SELLER_ID DATE TE_PKEY column

description

SELLER_ID

reference seller

DATE

impossible date

nullable

pkey

defaulted referred

refer

[GUIDE] ID

description

SERVICE

define service for service provide by guide or guide manager

column

type

ID

BIGINT

SERVICE_TYPE_ID

BIGINT

TRANSPORTATION_TYPE ENUM unique key

columns

CONSTRAINT_A10

ID

column

description

ID

table identifier

SERVICE_TYPE_ID

representative service type

nullable

pkey

defaulted referred

V

refer

[PRODUCT] ID [SERVICE_TYPE] ID

V

TRANSPORTATION_TYPE kind of transportation in the service

description

SERVICE_TYPE

define service type for service provide by guide or guide manager

column

type

ID

BIGINT

NAME

VARCHAR(2048)

unique key

columns

CONSTRAINT_A1

ID

SERVICE_TYPE_NAME_K EY

NAME

column

description

ID

table identifier

NAME

name of service type

nullable

pkey V

defaulted referred V

description

[SERVICE] SERVICE_TYPE_ID

refer

THEME

define theme

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[PRODUCT_RESERVATIO N] PURPOSE_ID [PRODUCT_X_THEME] THEME_ID [THEME] REF_ID [TOUR_PLAN_X_THEME] THEME_ID

NAME

VARCHAR(2048)

REF_ID

BIGINT

TREND

BOOLEAN

IMAGE_ID

BIGINT

V

[PUBLIC_FILE] ID

BACKGROUND_IMAGE_ID BIGINT

V

[PUBLIC_FILE] ID

V

[THEME] ID V

CREATED_AT

TIMESTAMP

V

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_4C

ID

column

description

ID

table identifier

NAME

name of theme

REF_ID

reference anyone of "theme"

TREND

is representative

IMAGE_ID

reference icon

BACKGROUND_IMAGE_ID reference picture CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

description

TOUR

selling tour-product by guide or guide manager

column

type

ID

BIGINT

nullable

pkey

defaulted referred

V

[CUSTOM_TOUR] ID [UNIT_TOUR] ID

TYPE

ENUM

ADJUSTABLE_TIME

BOOLEAN

V

V

MUST_INQUIRE

BOOLEAN

V

V

TOUR_SCALE

ENUM

V

DUE_DATE_TYPE

ENUM

V

DUE_DATE

DOUBLE

V

unique key

columns

CONSTRAINT_27

ID

column

description

ID

table identifier

TYPE

tour type(unit tour/custom tour)

ADJUSTABLE_TIME

is adjustable when meet with guide

MUST_INQUIRE

must inquire, before reserve

TOUR_SCALE

tour type(independent travel/associated travel)

DUE_DATE_TYPE

unit about period of trip

DUE_DATE

period of trip

description

refer

[PRODUCT] ID

TOURIST

user of tourist type

column

type

ID

BIGINT

nullable

pkey

defaulted referred

V

[TOURIST_EMAIL] ID [TOURIST_FACEBOOK] ID [TOURIST_GOOGLEPLUS] ID [TOURIST_KAKAOTALK] ID [TOURIST_TWITTER] ID

CREATED_AT

TIMESTAMP

V

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_E

ID

column

description

ID

table identifier

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

V description

refer

[user] ID

TOURIST_EMAIL

joined tourist through input email information

column

type

nullable

ID

BIGINT

EMAIL

VARCHAR(100)

PASSWORD

VARCHAR(100)

GENERATE_KEY

VARCHAR(255)

CERTIFIED_AT

TIMESTAMP

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_496

ID

TOURIST_EMAIL_EMAIL_ KEY

EMAIL

column

description

ID

table identifier

EMAIL

email of tourist. login ID

PASSWORD

login password

GENERATE_KEY

generated key for certificating email

CERTIFIED_AT

timestamp when email is certificated

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

pkey

defaulted referred

V

refer

[TOURIST] ID

V V V description

TOURIST_FACEBOOK

joined tourist through facebook

column

type

nullable

ID

BIGINT

SOCIAL_ID

VARCHAR(255)

FIRST_NAME

VARCHAR(100)

V

MIDDLE_NAME

VARCHAR(100)

V

LAST_NAME

VARCHAR(100)

V

EMAIL

VARCHAR(255)

V

GENDER

ENUM

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_1

ID

pkey

defaulted referred

V

refer

[TOURIST] ID

V V description

TOURIST_FACEBOOK_SO SOCIAL_ID CIAL_ID_KEY column

description

ID

table identifier

SOCIAL_ID

facebook ID. login ID

FIRST_NAME

first name of tourist that is received from facebook

MIDDLE_NAME

middle name of tourist that is received from facebook

LAST_NAME

last name of tourist that is received from facebook

EMAIL

email of tourist that is received from facebook

GENDER

gender of tourist that is received from facebook

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

TOURIST_GOOGLEPLUS

joined tourist through googleplus

column

type

nullable

ID

BIGINT

SOCIAL_ID

VARCHAR(255)

FULL_NAME

VARCHAR(255)

V

FIRST_NAME

VARCHAR(100)

V

LAST_NAME

VARCHAR(100)

V

EMAIL

VARCHAR(255)

V

GENDER

ENUM

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_57

ID

pkey

defaulted referred

V

refer

[TOURIST] ID

V V description

TOURIST_GOOGLEPLUS_ SOCIAL_ID SOCIAL_ID_KEY column

description

ID

table identifier

SOCIAL_ID

googleplus ID. login ID

FULL_NAME

full name of tourist that is received from googleplus

FIRST_NAME

first name of tourist that is received from googleplus

LAST_NAME

last name of tourist that is received from googleplus

EMAIL

email of tourist that is received from googleplus

GENDER

gender of tourist that is received from googleplus

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

TOURIST_KAKAOTALK

joined tourist through kakaotalk

column

type

nullable

pkey

defaulted referred

ID

BIGINT

SOCIAL_ID

VARCHAR(255)

NICKNAME

VARCHAR(255)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_9

ID

TOURIST_KAKAOTALK_S OCIAL_ID_KEY

SOCIAL_ID

column

description

ID

table identifier

SOCIAL_ID

kakaotalk ID. login ID

NICKNAME

nickname of tourist that is received from kakaotalk

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

V

refer

[TOURIST] ID

V V description

TOURIST_TWITTER

joined tourist through twitter

column

type

ID

BIGINT

SOCIAL_ID

VARCHAR(255)

SCREEN_NAME

VARCHAR(255)

NAME

VARCHAR(255)

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_A

ID

nullable

pkey

defaulted referred

V

refer

[TOURIST] ID

V V V description

TOURIST_TWITTER_SOCI SOCIAL_ID AL_ID_KEY column

description

ID

table identifier

SOCIAL_ID

twitter ID. login ID

SCREEN_NAME

screen-name of tourist that is received from twitter

NAME

name of tourist that is received from twitter

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

TOUR_PLAN

plan tour by user. also it is used component of custom tour.

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[CUSTOM_TOUR] TOUR_PLAN_ID [MESSAGE] TOUR_PLAN_ID [TOUR_PLAN_X_THEME] TOUR_PLAN_ID [TOUR_SCHEDULE] TOUR_PLAN_ID [TOUR_SKETCH] ID

USER_ID

BIGINT

TITLE

VARCHAR(200)

DESCRIPTION

CLOB(2147483647)

V

START_AT

DATE

V

END_AT

DATE

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_D6

ID

column

description

ID

table identifier

USER_ID

reference writer

TITLE

title of tour-plan

DESCRIPTION

description

START_AT

start date of tour

END_AT

end date of tour

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

[user] ID

V

description

TOUR_PLAN_X_THEME

relationship of tour-plan with theme

column

type

nullable

pkey

ID

BIGINT

TOUR_PLAN_ID

BIGINT

[TOUR_PLAN] ID

THEME_ID

BIGINT

[THEME] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_F6

ID

V

defaulted referred V

V V

TOUR_PLAN_X_THEME_T TOUR_PLAN_ID THEME_ID OUR_PLAN_ID_THEME_ID _KEY column

description

ID

table identifier

TOUR_PLAN_ID

reference tour-plan

THEME_ID

reference theme

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

refer

description

TOUR_SCHEDULE

schedule sheet of tour-plan

column

type

ID

BIGINT

TOUR_PLAN_ID

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_5C

ID

column

description

ID

table identifier

TOUR_PLAN_ID

reference tour-plan

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

nullable

pkey V

defaulted referred V

refer

[TOUR_SCHEDULE_DAY] TOUR_SCHEDULE_ID

[TOUR_PLAN] ID V

description

TOUR_SCHEDULE_DAY

information about specific day in tour-plan. they are sequential about time.

column

type

nullable

ID

BIGINT

TOUR_SCHEDULE_ID

BIGINT

SEQUENCE

INTEGER

TITLE

VARCHAR(100)

V

DESCRIPTION

CLOB(2147483647)

V

pkey V

defaulted referred V

refer

[TOUR_SCHEDULE_NODE ] TOUR_SCHEDULE_DAY_I D

[TOUR_SCHEDULE] ID

TRANSPORTATION_TYPE ENUM

V

MEETING_TIME

VARCHAR(100)

V

MEETING_LOCATION_NA ME

VARCHAR(50)

V

MEETING_LOCATION_MA P_ZOOM

INTEGER

V

MEETING_LOCATION_LAT DOUBLE ITUDE

V

MEETING_LOCATION_LO NGITUDE

DOUBLE

V

MEETING_LOCATION_DE SCRIPTION

CLOB(2147483647)

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_94

ID

column

description

ID

table identifier

TOUR_SCHEDULE_ID

reference tour-schedule

SEQUENCE

sequence number

TITLE

title

DESCRIPTION

description

V

V

V

description

TRANSPORTATION_TYPE kind of transportation in the day MEETING_TIME

when meet with guide

MEETING_LOCATION_NA ME

name of place where meet with guide

MEETING_LOCATION_MA P_ZOOM

zoom level of google map about place where meet with guide

column

description

MEETING_LOCATION_LAT latitude of place where meet with guide ITUDE MEETING_LOCATION_LO NGITUDE

longitude of place where meet with guide

MEETING_LOCATION_DE SCRIPTION

description about place where meet with guide

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

TOUR_SCHEDULE_NODE

information about course in specific tour day. detailed information about course is reference

"product_course" entity.

column

type

nullable

pkey

defaulted referred

ID

BIGINT

TOUR_SCHEDULE_DAY_I D

BIGINT

COURSE_ID

BIGINT

START

INTEGER

SIZE

INTEGER

TITLE

VARCHAR(100)

DESCRIPTION

CLOB(2147483647)

V

LATITUDE

DOUBLE

V

LONGITUDE

DOUBLE

V

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

unique key

columns

CONSTRAINT_2C

ID

column

description

ID

table identifier

TOUR_SCHEDULE_DAY_I D

reference tour-schedule-day

COURSE_ID

reference course

START

start time. unit is minute. "0" is mean twelve at night.

SIZE

period time about course. unit is minute.

TITLE

title

DESCRIPTION

description

LATITUDE

latitude of course

LONGITUDE

longitude of course

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

V

V

refer

[TOUR_SCHEDULE_NODE _MEDIA_FILE] TOUR_SCHEDULE_NODE _ID

[TOUR_SCHEDULE_DAY] ID V

[COURSE] ID

V

description

TOUR_SCHEDULE_NODE_MEDIA_FILE

column

type

ID

BIGINT

image file what is comprised in one tour-schedule-node

nullable

pkey V

defaulted referred V

refer

column

type

nullable

TOUR_SCHEDULE_NODE _ID

BIGINT

PUBLIC_FILE_ID

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_DA6

ID

column

description

ID

table identifier

TOUR_SCHEDULE_NODE _ID

reference tour-schedule-node

PUBLIC_FILE_ID

reference image file

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

pkey

defaulted referred

refer

[PUBLIC_FILE] ID V V description

TOUR_SKETCH

collection tour-information

column

type

nullable

ID

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_F1

ID

column

description

ID

table identifier

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

pkey

defaulted referred

V

[TOUR_SKETCH_NODE] TOUR_SKETCH_ID V

V description

refer

[TOUR_PLAN] ID

TOUR_SKETCH_NODE

tour-information

column

type

nullable

pkey

ID

BIGINT

TOUR_SKETCH_ID

BIGINT

SEQUENCE

DOUBLE

NAME

VARCHAR(200)

REF_ID

BIGINT

TYPE

ENUM

UNIT_TOUR_ID

BIGINT

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_3A

ID

column

description

ID

table identifier

TOUR_SKETCH_ID

reference tour-sketch

SEQUENCE

sequence number

NAME

name of information

REF_ID

reference tour-sketch-node

TYPE

tour-sketch-node is two types: folder(no information. for classification), item(belong folder-node)

V

defaulted referred V

refer

[TOUR_SKETCH_NODE] REF_ID

[TOUR_SKETCH] ID

V

[TOUR_SKETCH_NODE] ID

V

[UNIT_TOUR] ID V

V

UNIT_TOUR_ID CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

description

UNIT_TOUR

selling tour-product by guide

column

type

ID

BIGINT

nullable

pkey

defaulted referred

V

[COURSE] UNIT_TOUR_ID [TOUR] ID [TOUR_SKETCH_NODE] UNIT_TOUR_ID

TRANSPORTATION_TYPE ENUM

V

MEETING_TIME

VARCHAR(100)

V

MEETING_LOCATION_NA ME

VARCHAR(50)

V

MEETING_LOCATION_MA P_ZOOM

INTEGER

V

MEETING_LOCATION_LAT DOUBLE ITUDE

V

MEETING_LOCATION_LO NGITUDE

DOUBLE

V

MEETING_LOCATION_DE SCRIPTION

CLOB(2147483647)

V

unique key

columns

CONSTRAINT_8B

ID

column

description

ID

table identifier

refer

V

description

TRANSPORTATION_TYPE kind of transportation in the trip MEETING_TIME

when meet with guide

MEETING_LOCATION_NA ME

name of place where meet with guide

MEETING_LOCATION_MA P_ZOOM

zoom level of google map about place where meet with guide

MEETING_LOCATION_LAT latitude of place where meet with guide ITUDE MEETING_LOCATION_LO NGITUDE

longitude of place where meet with guide

MEETING_LOCATION_DE SCRIPTION

description about place where meet with guide

USER_X_INTEREST_GUIDE

relationship of user with guide.

column

type

nullable

pkey

ID

BIGINT

USER_ID

BIGINT

[user] ID

GUIDE_ID

BIGINT

[GUIDE] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_2

ID

V

defaulted referred V

V V

USER_X_INTEREST_GUID USER_ID GUIDE_ID E_USER_ID_GUIDE_ID_K EY column

description

ID

table identifier

USER_ID

reference user

GUIDE_ID

reference guide

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

refer

description

USER_X_INTEREST_PRODUCT

relationship of user with product.

column

type

nullable

pkey

ID

BIGINT

USER_ID

BIGINT

[user] ID

PRODUCT_ID

BIGINT

[PRODUCT] ID

CREATED_AT

TIMESTAMP

UPDATED_AT

TIMESTAMP

unique key

columns

CONSTRAINT_DB

ID

V

defaulted referred V

V V

USER_X_INTEREST_PRO USER_ID PRODUCT_ID DUCT_USER_ID_PRODUC T_ID_KEY column

description

ID

table identifier

USER_ID

reference user

PRODUCT_ID

reference product

CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

refer

description

user

column

type

ID

BIGINT

nullable

pkey V

defaulted referred V

refer

[ADMIN] ID [FAQ] USER_ID [GUIDE] ID [MESSAGE] RECEIVER_ID [MESSAGE] SENDER_ID [NOTICE] USER_ID [PRODUCT_RESERVATIO N] USER_ID [PRODUCT] SELLER_ID [TOURIST] ID [TOUR_PLAN] USER_ID [USER_X_INTEREST_GUI DE] USER_ID [USER_X_INTEREST_PRO DUCT] USER_ID

TYPE

ENUM

EMAIL

VARCHAR(100)

V

FIRST_NAME

VARCHAR(100)

V

MIDDLE_NAME

VARCHAR(100)

V

LAST_NAME

VARCHAR(100)

V

PROFILE_IMAGE_ID

BIGINT

V

PROFILE_DESCRIPTION

CLOB(2147483647)

V

GENDER

ENUM

V

MOBILE_COUNTRY_ID

BIGINT

V

MOBILE

VARCHAR(20)

V

NATIONALITY_ID

BIGINT

V

ACCOUNT_STATUS

ENUM

V

CREATED_AT

TIMESTAMP

V

UPDATED_AT

TIMESTAMP

V

DELETED_AT

TIMESTAMP

V

AGREE_RECEIVE

BOOLEAN

LOCALE

VARCHAR(16)

[PUBLIC_FILE] ID

[LOCATION_COUNTRY] ID

[LOCATION_COUNTRY] ID

V V

unique key

columns

CONSTRAINT_3

ID

column

description

ID

table identifier

TYPE EMAIL FIRST_NAME MIDDLE_NAME LAST_NAME PROFILE_IMAGE_ID PROFILE_DESCRIPTION GENDER MOBILE_COUNTRY_ID MOBILE NATIONALITY_ID ACCOUNT_STATUS CREATED_AT

timestamp when this record is created

UPDATED_AT

timestamp when this record is updated

DELETED_AT

present that this record is deleted

AGREE_RECEIVE LOCALE

description

Table of contents - GitHub

promotion about guide login_id login ID login_password login password email_generate_key generated key for certificating email email_certified_at timestamp ...

617KB Sizes 9 Downloads 833 Views

Recommend Documents

Table of Contents - GitHub
random to receive a new welfare program called PROGRESA. The program gave money to poor families if their children went to school regularly and the family used preventive health care. More money was given if the children were in secondary school than

Table of Contents - Groups
It is intended for information purposes only, and may ... It is not a commitment to ... Levels of Security, Performance, and Availability. MySQL Enterprise. Audit ...

Table of Contents
The Archaeological Evidence for the Jafnids and the Nas ̣rids. 172. Denis Genequand. 5. Arabs in the Conflict between Rome and Persia, AD 491–630. 214.

Table of Contents
Feb 24, 2012 - Commission for Africa (ECA) [South African. Mission]. E-mail: [email protected]. Mail: PO Box 1091, Addis Ababa, ETHIOPIA.

Table of Contents
24 February 2012. Source: Directory of Contacts www.gcis.gov.za/gcis/pdf/contacts.pdf ...... E-mail: [email protected]. Mail: PO Box 11447, Asmara, ...

Table of Contents -
Insert Information Protection Policy Classification from Slide 12. 23. Replication Monitoring. ▫ Auto-discovers replication topology. ▫ Master/Slave performance monitoring. ▫ Replication advisor. ▫ Best practice replication advice. "I use the

Table of Contents -
Does Orika automatically map fields with the same property name? ..... In this example our converter was anonymous, and Orika use the converter's canConvert .... For example, suppose you have the following domain (getters/setters omitted):.

table of contents
numerous notes providing additional information on the use of each material. 2. A tabulation of ...... API RP-520. 2.4.1. Determining Reaction Forces In An Open-Discharge System. The following formula is based on a condition of critical steady-state

Table of Contents -
When do I need to explicitly register mapping for 2 types? ..... For example, suppose you have the following domain (getters/setters omitted): class Envelope.

Table of Contents
Streams ....................................................................................................................................................612. Erchi Xu, Bo Liu, Liyang Xu, Ziling Wei, Baokang Zhao, and Jinshu Su. Efficient Malicious

table of contents
pleasant daily practice of responsible, purposeful decisions for developing ..... has sat out a minimum of one full semester. He may not return ..... Lunches, homework, books and other items may be left in the school ..... Updated: August 2018. 49.

Table of Contents
Robots offer advantages not found in on-screen agents or technology embedded in ..... archive Proceedings of the 3rd ACM/IEEE international conference on.

Table of Contents
U.S. Public Finance. Moody's Global. Special Comment. Table of Contents: Summary Opinion. 1. Short Term Fund Depositors Have More. Liquidity Available Than Originally ..... Moody's Corporation (MCO) and its wholly-owned credit rating agency subsidiar

table of contents -
This component is installed locally in the PC or notebook of the CAMS2 subscriber. ... 9. You can choose the default extraction path or select a different path.

Contents of - GitHub
Endpoints. /. The application root. /contact. Contact manager. Methods. POST. Creates a new ... Not an actual endpoint, but the HTTP method to use. NAME/?.

Table of Contents
GPS. Global Positioning System. GSM. Global Standard for Mobile ..... Two major tracking techniques are used for positioning: Kalman Filter (KF) and ...... [Wan00] E.A. Wan, R. Van Der Merwe, “The unscented Kalman filter for nonlinear.

Table of Contents
Oct 26, 2007 - In a study of 52 Japanese patients with chronic urticaria without other ..... chronic urticaria patients, more than 50% responded to an elimination diet (48). • Another large series showed improvement in only about one third of patie

Table of Contents
the actors in the problematic system to make theory a reality. .... example, associating Osama bin Laden's terrorist organization with Islam has proven to ...... 1992, Ramzi Yousef traveled from Peshawar to New York under a false name and Ali.

table of contents
APPENDIX E. Diagram of Room Worksheet for Radon Measurements .... or batteries to operate, such as charcoal detectors or alpha track detectors. "Perimeter ..... A description of all measurement devices the applicant or licensee plans to use ...

Table of Contents
3) To avoid Network congestion, Bidder is recommended to upload file size of up to. Maximum 35 MB per ...... group shall be fully responsible to carryout the work as per standards and all code requirements. ...... xix) Structures should not be worked

Contents - GitHub
May 9, 2006 - 3. 2 Requirements from SAGA Use Cases. 3. 2.1 Use Cases in Detail . ... A useful though informal way of understanding SAGA's aim and scope is to think of the MPI .... the design and implementation of specific API calls and maybe even th

Contents - GitHub
Dec 12, 2015 - 5.2.2 TIR-FCS with a square-shaped lateral detection volume . . . . . . . 30. 6 Troubleshooting. 32 ... 3http://www.gnu.org/licenses/gpl.html. 3 ..... This entry displays this documentation using the systems default PDF viewer. Wiki.

Contents - GitHub
Jan 7, 2015 - Foundation, either version 2 of the License, or (at your option) any later version. An exemplary usage of ... cython.org/src/tutorial/appendix.html.

Table of Contents Situation -
The result is a regression that can be silent at compile-time. Not only it's breaking ... been added to std::string if that code could have existed before: std::cout ...