unsignedInteger id같은경우 음수를 사용하지 않으므로 int 범위에서 반은 사용하지 않는다.이럴때 unsigned를 선언해 주면 그 범위가 양수로 옮겨진다.-2147483648 ~ 2147483647에서0 ~ 4294967295
Migration
38LARAVEL on 20-03-29
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 3780 Referencing column 'user_id' and referenced column 'id' in foreign key constraint 'questions_user_id_foreign' are incompat...
38LARAVEL on 20-01-18
app\Proderviders\AppServerProvider.php1use Illuminate\Support\facades\Schema;cs1Schema::defaultStringLength(191);cs1php artisan migrate:freshcs
TL;DR (요약)터미널에서 mongo Repl 진입mongo> db.fsyncLock() 명령으로 mongoDB 얼리기$ xfs_freeze -f /mnt/mdbtake the EBS 스냅샷EBS 스냅샷이 pending 상태로 뜨면$ xfs_freeze -u /mnt/mdbmongo> db.fsyncUnl...
MongoDB Migration replica 마이그레이션 이전
VoidNoble IT Zone on 19-02-13
사용하던 github pages 기반 툴을 jekyll 에서 hugo 로 전환해보았다. 아래는 그 과정에서 느낀 점을 정리해보았다.
hugo jekyll to hugo Migration
Soo Story on 18-06-25