Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Issue in page Design and Data Model #33

Open
ShuiMuNianHuaLP opened this issue Apr 1, 2024 · 2 comments
Open

docs: Issue in page Design and Data Model #33

ShuiMuNianHuaLP opened this issue Apr 1, 2024 · 2 comments

Comments

@ShuiMuNianHuaLP
Copy link

I would like to report an issue in page https://cloud-getting-started.scylladb.com/main/design-and-data-model

Problem

catalogQueries, Q2: Create a Table

CREATE TABLE songs (
        id int,
        title text,
        album text,
        artist text,
        created_at timestamp,
        updated_at timestamp   // Here, a comma is missing
        PRIMARY KEY (id, updated_at)
);

Suggest a fix

Add comma

@annastuchlik
Copy link
Contributor

@ShuiMuNianHuaLP Thank you for reporting.

@DanielHe4rt Can you address it?

@DanielHe4rt
Copy link
Collaborator

Hey @ShuiMuNianHuaLP thanks for reporting it!

It's a really cool opportunity to send a pull request to fix it. I can do it but since you're the one who spotted it would be cool to have your contribution here in the repository.

Let me know if you're going to do the PR or want me to do.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants