Skip to content

データベースのセットアップでこける #547

@iChemy

Description

@iChemy
2024-06-30 14:24:03 2024/06/30 14:24:03 /app/migration/migrate.go:13 Error 29 (HY000): File './knoq/' not found (Errcode: 2 "No such file or directory")
2024-06-30 14:24:03 [2.184ms] [rows:0] CREATE TABLE `rooms` (`id` char(36),`place` varchar(32),`verified` boolean,`time_start` DATETIME,`time_end` DATETIME,`created_by_refer` char(36),`created_at` datetime NULL,`updated_at` datetime NULL,`deleted_at` datetime NULL,PRIMARY KEY (`id`),INDEX `idx_rooms_time_end` (`time_end`),INDEX `idx_rooms_deleted_at` (`deleted_at`),INDEX `idx_rooms_time_start` (`time_start`),CONSTRAINT `fk_rooms_created_by` FOREIGN KEY (`created_by_refer`) REFERENCES `users`(`id`) ON DELETE CASCADE)
2024-06-30 14:24:03 panic: Error 29 (HY000): File './knoq/' not found (Errcode: 2 "No such file or directory")
2024-06-30 14:24:03 
2024-06-30 14:24:03 goroutine 1 [running]:
2024-06-30 14:24:03 main.main()
2024-06-30 14:24:03     /app/main.go:61 +0x8e4

_development ディレクトリを削除すると起こる

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions