mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update table according to mysql
This commit is contained in:
parent
186001a4e0
commit
6ffff13061
@ -65,6 +65,10 @@ class TransactionSendCoinsTable extends Table
|
||||
->integer('id')
|
||||
->allowEmptyString('id', null, 'create');
|
||||
|
||||
$validator
|
||||
->requirePresence('sender_public_key', 'create')
|
||||
->notEmptyString('sender_public_key');
|
||||
|
||||
$validator
|
||||
->requirePresence('receiver_public_key', 'create')
|
||||
->notEmptyString('receiver_public_key');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user