Skip to content

Commit

Permalink
[Automated] Merged master into target k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Apr 12, 2024
2 parents 683ec51 + c764401 commit f33b43d
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 123 deletions.
20 changes: 20 additions & 0 deletions db/migrate/20240411235242_create_pega_table.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
class CreatePegaTable < ActiveRecord::Migration[7.1]
def change
create_table :pega_tables do |t|
t.uuid :uuid
t.string :veteranfirstname
t.string :veteranmiddlename
t.string :veteranlastname
t.string :applicantfirstname
t.string :applicantmiddlename
t.string :applicantlastname
t.jsonb :response
t.string :filenumber
t.string :doctype
t.datetime :date_created
t.datetime :date_completed

t.timestamps
end
end
end
Loading

0 comments on commit f33b43d

Please sign in to comment.