What are the rules and conditions for design a database for cakephp 3?

Is any specific rules and conditions to create database design in cakephp 3?

You can do anything you want, but if you follow CakePHP’s conventions you can save some time for yourself.

CakePHPs conventions are pretty simple, make sense, and will save you a absolute boatload of configuration time.