init push - laying out the project
This commit is contained in:
15
portal/app/models/account.rb
Normal file
15
portal/app/models/account.rb
Normal file
@ -0,0 +1,15 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: accounts
|
||||
#
|
||||
# id :uuid not null, primary key
|
||||
# name :string
|
||||
# contact_id :uuid not null
|
||||
# subdomain :string not null
|
||||
# style :text
|
||||
# size :bigint default(10000)
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
class Account < ApplicationRecord
|
||||
end
|
Reference in New Issue
Block a user