Skip to content

[JITERA] Create/Update models and migrations

Created by: kstayner

This pull request is created by JITERA

Description

[ERD] Changes

table guideline type columns
table_with_very_big_name_with_lot_of_characters_for_test_purpos Create this file with the below content:
  • id: number primary key auto increment
  • created_at: date not null
  • updated_at: date not null Ensure to export the model properly for integration with the database. | ADDED | id: integer, created_at: date, updated_at: date |

Merge request reports