CREATE TABLE `storage_spaces` ( `id` integer PRIMARY KEY AUTOINCREMENT NOT NULL, `name` text NOT NULL, `description` text, `image_urls` text DEFAULT '[]' NOT NULL );