mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Initial commit
This commit is contained in:
commit
99de24ac70
147 changed files with 3519 additions and 0 deletions
9
db/migrate/20240201184038_create_families.rb
Normal file
9
db/migrate/20240201184038_create_families.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class CreateFamilies < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :families, id: :uuid do |t|
|
||||
t.string :name
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue