Releases: tarantool-php/mapper
Releases · tarantool-php/mapper
add useless space methods
2.2.5 add addIndex alias
added fluent interface
2.2.4 fluent schema interface
fixed minimum tuple length
2.2.3 fixed tuple complete
bootstrap using once method
2.2.2 bootstrap wrap migrations in once
migrations bootstrap
2.2.1 implement migrations
added migrations
2.2.0 implement migrations
duplicate property validation
2.1.7 duplicate property validation
remove property
$mapper->getSchema()->getSpace('tester')->removeProperty('name');
remove index method
$mapper->getSchema()->getSpace('tester')->removeIndex('id');
add schema space id validation
$maper->getSchema()->getSpace(null);
will throw an exception