You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have field type Int ('size' => 'big') in Drupal. I get error Int cannot represent non 32-bit signed integer value: 1234567890
Maybe it is better to use string type instead of Int?