3 lines
No EOL
86 B
SQL
3 lines
No EOL
86 B
SQL
ALTER TABLE
|
|
posts
|
|
ADD CONSTRAINT fk_user FOREIGN KEY (user_id) REFERENCES users (id); |