· software
Rails와 SQLite에서 UUID는 이렇게 어려워서는 안 됩니다 (그래서 gem을 만들었습니다)
TL;DR – Rails + SQLite 앱에서 UUIDs / ULIDs를 사용 ruby Gemfile gem 'sqlite_crypto' ruby migration create_table :users, id: :uuid do |t| t.string :email t.timestamp...
TL;DR – Rails + SQLite 앱에서 UUIDs / ULIDs를 사용 ruby Gemfile gem 'sqlite_crypto' ruby migration create_table :users, id: :uuid do |t| t.string :email t.timestamp...