feat: Custom Attributes for contacts (#1158)
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCustomAttributesToContacts < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :contacts, :custom_attributes, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user