From: Alexander Smirnov Date: Thu, 7 Nov 2024 14:59:06 +0000 (+0300) Subject: [ERP-222] bigInteger instread of integer X-Git-Tag: 1.6~23^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4fdba0a32cc96dc6e2c7bca97a94b674da03140d;p=erp24_rep%2Fyii-erp24%2F.git [ERP-222] bigInteger instread of integer --- diff --git a/erp24/migrations/m241107_145338_alter_column_in_table_tg_subscription.php b/erp24/migrations/m241107_145338_alter_column_in_table_tg_subscription.php new file mode 100755 index 00000000..fe394770 --- /dev/null +++ b/erp24/migrations/m241107_145338_alter_column_in_table_tg_subscription.php @@ -0,0 +1,25 @@ +alterColumn(self::TABLE_NAME, 'chat_id', $this->bigInteger()->notNull()->comment('chat_id пользователя')); + } + + /** + * {@inheritdoc} + */ + public function safeDown() + { + } +}