From a9d5cb601e543000a872fd868254f069f598be33 Mon Sep 17 00:00:00 2001 From: fomichev Date: Tue, 4 Feb 2025 18:21:34 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=BB=D1=8F=20check=5Fid=5Flast=5Fsa?= =?utf8?q?le=20=D0=B2=20Users?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ...50204_143849_add_column_check_id_last_sale_to_user_table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/migrations/m250204_143849_add_column_check_id_last_sale_to_user_table.php b/erp24/migrations/m250204_143849_add_column_check_id_last_sale_to_user_table.php index 5cfa8d12..41162fb9 100644 --- a/erp24/migrations/m250204_143849_add_column_check_id_last_sale_to_user_table.php +++ b/erp24/migrations/m250204_143849_add_column_check_id_last_sale_to_user_table.php @@ -21,7 +21,7 @@ class m250204_143849_add_column_check_id_last_sale_to_user_table extends Migrati $this->addColumn( self::TABLE_NAME, 'check_id_last_sale', - $this->string()->null()->comment('GUID последнего чека'), + $this->string()->null()->after('date_last_sale')->comment('GUID последнего чека'), ); } -- 2.39.5