PHP Cake\ORM Table::schema - 27 примеров найдено. Это лучшие примеры PHP кода для Cake\ORM\Table::schema, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
If an \Cake\Database\Schema\Table is passed, it will be used for this table
instead of the default one.
If an array is passed, a new \Cake\Database\Schema\Table will be constructed
out of it and used as the schema for this table.