I have installed 1.7 script.
Thanks for adding the withdrawel system.
When a public users inputs their email address under the paypal option i get the following error:
2/2 QueryException in Connection.php line 647: SQLSTATE[HY000]: General error: 1364 Field ‘id’ doesn’t have a default value (SQL: insert into withdrawal_preferences
(default_withdrawal_account
, paypal_email
, bank_account_holders_name
, bank_account_number
, swift_code
, bank_name_full
, bank_branch_name
, bank_branch_city
, bank_branch_address
, country_id
, user_id
, updated_at
, created_at
) values (paypal, [email protected], , , , , , , , , 9, 2017-07-26 09:19:33, 2017-07-26 09:19:33))
1/2 PDOException in Connection.php line 449: SQLSTATE[HY000]: General error: 1364 Field ‘id’ doesn’t have a default value