mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Basic implementation + tests
This commit is contained in:
parent
016b48a71c
commit
f07940bf45
8 changed files with 191 additions and 19 deletions
|
@ -4,7 +4,7 @@ class CreateRules < ActiveRecord::Migration[7.2]
|
|||
t.references :family, null: false, foreign_key: true, type: :uuid
|
||||
|
||||
t.string :resource_type, null: false
|
||||
t.date :effective_date, null: false
|
||||
t.date :effective_date
|
||||
t.boolean :active, null: false, default: true
|
||||
t.timestamps
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue