EUNO.NEWS EUNO.NEWS
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
  • All (21181) +146
    • AI (3169) +10
    • DevOps (940) +5
    • Software (11185) +102
    • IT (5838) +28
    • Education (48)
  • Notice
  • All (21181) +146
  • AI (3169) +10
  • DevOps (940) +5
  • Software (11185) +102
  • IT (5838) +28
  • Education (48)
  • Notice
Sources Tags Search
한국어 English 中文
  • 0 month ago · software

    UUID’s in Rails + SQLite shouldn’t be this hard (so I built a gem)

    TL;DR – UUIDs / ULIDs in a Rails + SQLite app ruby Gemfile gem 'sqlite_crypto' ruby migration create_table :users, id: :uuid do |t| t.string :email t.timestamp...

    #rails #sqlite #uuid #ulid #ruby #gem #database-migrations #sqlite_crypto
  • 1 month ago · software

    The Expand and Contract Pattern for Zero-Downtime Migrations

    The expand and contract pattern enables zero‑downtime migrations during rolling deployments. Traditional migrations assume all application instances are updated...

    #zero-downtime #database-migrations #expand-contract-pattern #rolling-deployment #schema-change #backward-compatible
  • 1 month ago · software

    Using Custom Timestamp Columns in Laravel Eloquent

    If you need to customize the column names for created_at and updated_at, you can do so at the database level. / Run the migrations. / public function up: void {...

    #Laravel #Eloquent #PHP #custom timestamps #database migrations #created_at #updated_at
  • 1 month ago · software

    Your Diesel Migrations Might Be Ticking Time Bombs

    The Postgres Lock Problem Handshakehttps://joinhandshake.com/blog/our-team/postgresql-and-lock-queue/ deployed what looked like a routine migration during thei...

    #postgresql #database-migrations #foreign-key #locking #downtime #schema-change #access-exclusive-lock
  • 1 month ago · software

    💡 Two Lesser-Known Laravel Tricks: numerify & invisible

    numerify in Eloquent Factories The numerify method from Faker lets you replace characters with random digits. php public function definition: array { return 'p...

    #Laravel #Eloquent #Faker #numerify #invisible #PHP #database migrations #hidden columns
  • 1 month ago · software

    Database Migration: Safely Managing Dev and Production Environments

    This is Day 8 of Building SaaS Solo – Design, Implementation, and Operation Advent Calendar 2025. > The approach described in this article is something I arrive...

    #database-migrations #ORM #Prisma #Drizzle-ORM #TypeORM #devops #migration-management
  • 1 month ago · software

    Devpill #4 - Database migrations with Migrate

    !Cover image for Devpill 4 - Database migrations with Migratehttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%...

    #database migrations #golang #migrate #cli tool #devtools
EUNO.NEWS
RSS GitHub © 2026