Fill in the missing part of this DDL statement.
CREATE TABLE chats(
id INTEGER ___________
, name TEXT NOT NULL
, creator INTEGER NOT NULL
, FOREIGN KEY(creator) REFERENCES user(_id)
)Fill in the missing part of this DDL statement.
CREATE TABLE chats(
id INTEGER ___________
, name TEXT NOT NULL
, creator INTEGER NOT NULL
, FOREIGN KEY(creator) REFERENCES user(_id)
)Create a free account to access the full topic