*/
public function safeUp()
{
+ return true; // TODO:: remove it
$this->createTable(self::TABLE_NAME, [
'id' => $this->primaryKey(),
'store_id' => $this->integer()->notNull()->comment('ID магазина'),
*/
public function safeUp()
{
+ return true; // TODO:: remove it
$this->execute('SET search_path TO erp24');
// Создаем тип ENUM
*/
public function safeUp()
{
+ return true; // TODO:: remove it
$this->createTable(self::TABLE_NAME, [
'id' => $this->primaryKey(),
'incoming_id' => $this->string(36)->notNull()->comment('ID из таблицы incoming'),