Generation

generate functionSat, 12 Nov 2022

Generate a postgres database table called organizations with organization_id and name as columns

CREATE TABLE organizations ( organization_id SERIAL, name VARCHAR (255) );

Want to kickstart your project?Use the new AI Studio to create your code