DELETE FROM "_entity_type_data"; DELETE FROM "entity_type"; INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'alien_storehouse',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'contact',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'persona',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'employee',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'own_storehouse',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'own_branch',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'client',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'provider',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'bank_branch',currval('entity_type_id_seq')); INSERT INTO "entity_type" VALUES (nextval('entity_type_id_seq')); INSERT INTO "_entity_type_data" ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'bank',currval('entity_type_id_seq'));