We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CREATE TABLE projects ( id serial PRIMARY KEY, name VARCHAR ( 50 ) UNIQUE NOT NULL, description VARCHAR ( 255 ), created_at TIMESTAMP NOT NULL, updated_at TIMESTAMP NOT NULL );
DROP TABLE <table이름>;