Logo
  • About Us
    About Us Logo Sponsors
  • Meta Blog
    Blog Post Search Weekly Best Tag
  • Projects
    PHP The Right Way Design Patterns PHP 정기모임 발표자료
  • Releases
  • Recruits
  • Q&A
  • Login / Register
    Login Register

Managed Tags

All PHP LARAVEL Codeigniter Editor FrontEnd DEVOPS Migration

Search result

unsignedInteger(음수를 사용지않음)

unsignedInteger id같은경우 음수를 사용하지 않으므로 int 범위에서 반은 사용하지 않는다.이럴때 unsigned를 선언해 주면 그 범위가 양수로 옮겨진다.-2147483648 ~ 2147483647에서0 ~ 4294967295

Migration

38LARAVEL on 20-03-29

마이그레이션에러 SQLSTATE[HY000]: General error: 3780

   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...

Migration

38LARAVEL on 20-01-18

마이그레이션 에러

app\Proderviders\AppServerProvider.php1use Illuminate\Support\facades\Schema;cs1Schema::defaultStringLength(191);cs1php artisan migrate:freshcs

Migration

38LARAVEL on 20-01-18

AWS EC2 상의 MongoDB replica set secondary 를 EBS 스냅샷 사용 migration

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

jekyll 에서 hugo 로 전환한 소감

사용하던 github pages 기반 툴을 jekyll 에서 hugo 로 전환해보았다. 아래는 그 과정에서 느낀 점을 정리해보았다.

hugo jekyll to hugo Migration

Soo Story on 18-06-25

Logo

홈페이지와 관련된 내용은 페이스북 그룹, 디스코드, 깃허브 를 통해서 문의바랍니다

Copyright ©2025 All rights reserved | This template is made with by Colorlib