0

while creating stapi CMS application, creating table in backed, I seen some created table showing in planetscale.

While running I got below Error

create table `upload_folders_parent_links` (`id` int unsigned not null auto_increment primary key, `folder_id` int unsigned null, `inv_folder_id` int unsigned null, `folder_order` double unsigned null) - ER_UNKNOWN_ERROR: target: strapi_db.-.primary: vttablet: rpc error: code = Aborted desc = transaction 1677105938793901188: ended at 2023-02-23 11:14:23.588 UTC (exceeded timeout: 20s) (CallerID: ogfz4vy72k26hj7ryfqd)
  • Strapi is not compatibile with PlanetScale as it's using foreign key constraints https://planetscale.com/docs/learn/operating-without-foreign-key-constraints – devzom Feb 28 '23 at 13:46

0 Answers0