Closed daleighan closed 4 years ago
I am going to do this by adding an organizationId column to bookings that is added when the bookings are created if the car being booked is a part of an organization.
alter table bookings add column organization_id varchar(255) after car_id;
I am going to do this by adding an organizationId column to bookings that is added when the bookings are created if the car being booked is a part of an organization.