···109109 # SQLite3 stores booleans as integers, causing Ecto's json_extract_path tests to fail
110110 :json_extract_path,
111111112112+ # SQLite3 does not support ON DELETE SET DEFAULT
113113+ :on_delete_default_all,
114114+112115 # SQLite3 doesn't support specifying columns for ON DELETE SET NULL
113116 :on_delete_nilify_column_list,
117117+ :on_delete_default_column_list,
114118115119 # not sure how to support this yet
116120 :bitstring_type,