INSERT INTO account_comp (id_account, balance, objectname, modulesequence) VALUES ('3b9f1e1a-8f3a-4f6b-9b2c-1a2b3c4d5e01', 20000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('4c2a2f6e-6b1d-4a3e-9f01-2b3c4d5e6f02', 500000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('5d3b3a7f-7c2e-5b4f-0a12-3c4d5e6f7a03', 1000000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('6e4c4b80-8d3f-6c5a-1b23-4d5e6f7a8b04', 3000000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('7f5d5c91-9e40-7d6b-2c34-5e6f7a8b9c05', 30000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('8a6e6da2-af51-8e7c-3d45-6f7a8b9c0d06', 40000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('91af7eb3-b062-9f8d-4e56-7a8b9c0d1e07', 800000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('a2b08fc4-c173-0a9e-5f67-8b9c0d1e2f08', 2000000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('b3c19fd5-d284-1bad-6c78-9c0d1e2f3a09', 40000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('c4d2afc6-e395-2cbe-7d89-0d1e2f3a4b0a', 150000, 'accountpl.account.overdraft.AccountImpl', NULL), ('d5e3b0d7-f4a6-3dcf-8e9a-1e2f3a4b5c0b', 150000, 'accountpl.account.overdraft.AccountImpl', 'account_impl, account_overdraft'), ('e6f4c1e8-05b7-4ed0-9fab-2f3a4b5c6d0c', 3500000, 'accountpl.account.overdraft.AccountImpl', NULL), ('f705d2f9-16c8-5fe1-ab0c-3a4b5c6d7e0d', 3500000, 'accountpl.account.overdraft.AccountImpl', 'account_impl, account_overdraft'), ('07a8160a-27d9-60f2-bc1d-4b5c6d7e8f0e', 70000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('1899271b-38ea-71c3-9d2f-5b6c7d8e9f0f', 120000, 'accountpl.account.core.AccountImpl', 'account_impl'), ('29aa381c-49fb-82d4-0e30-6c7d8e9f0a1a', 320000, 'accountpl.account.core.AccountImpl', 'account_impl'); INSERT INTO account_impl (id_account) VALUES ('3b9f1e1a-8f3a-4f6b-9b2c-1a2b3c4d5e01'), ('4c2a2f6e-6b1d-4a3e-9f01-2b3c4d5e6f02'), ('5d3b3a7f-7c2e-5b4f-0a12-3c4d5e6f7a03'), ('6e4c4b80-8d3f-6c5a-1b23-4d5e6f7a8b04'), ('7f5d5c91-9e40-7d6b-2c34-5e6f7a8b9c05'), ('8a6e6da2-af51-8e7c-3d45-6f7a8b9c0d06'), ('91af7eb3-b062-9f8d-4e56-7a8b9c0d1e07'), ('a2b08fc4-c173-0a9e-5f67-8b9c0d1e2f08'), ('b3c19fd5-d284-1bad-6c78-9c0d1e2f3a09'), ('d5e3b0d7-f4a6-3dcf-8e9a-1e2f3a4b5c0b'), ('f705d2f9-16c8-5fe1-ab0c-3a4b5c6d7e0d'), ('07a8160a-27d9-60f2-bc1d-4b5c6d7e8f0e'), ('1899271b-38ea-71c3-9d2f-5b6c7d8e9f0f'), ('29aa381c-49fb-82d4-0e30-6c7d8e9f0a1a'); INSERT INTO account_overdraft (overdraft_limit, id_account, record_id_account, recordname, base_component_id) VALUES (20000, 'c4d2afc6-e395-2cbe-7d89-0d1e2f3a4b0a', 'd5e3b0d7-f4a6-3dcf-8e9a-1e2f3a4b5c0b', 'accountpl.account.core.AccountImpl', 'd5e3b0d7-f4a6-3dcf-8e9a-1e2f3a4b5c0b'), (50000, 'e6f4c1e8-05b7-4ed0-9fab-2f3a4b5c6d0c', 'f705d2f9-16c8-5fe1-ab0c-3a4b5c6d7e0d', 'accountpl.account.core.AccountImpl', 'f705d2f9-16c8-5fe1-ab0c-3a4b5c6d7e0d');