Sha256: c93cef3d9425aa72ff498fd5e331b3f2e587f7d4397c3e74bc10116949fb1d24

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

Description:
  Create a new database aggregate for your application. This will create a new aggregate definition file and the accompanying migration.

  When --no-migration is passed, skips generating a migration.

Examples:
    rails generate fx:aggregate test

      create: db/aggregates/test_v01.sql
      create: db/migrate/[TIMESTAMP]_create_test_aggregate.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fx-aggregate-0.1.0 lib/generators/fx/aggregate/USAGE