Skip to content

How to create multi-column schema? #36

@jmatsushita

Description

@jmatsushita

The concise example shows how to create a schema of the type:

CREATE TABLE get_manager (Person1 int, Person2 int);
CREATE TABLE get_name (Person1 int, Name2 text);
CREATE TABLE get_employees (Person1 int, ID2 int);
CREATE TABLE get_salary (Person1 int, Salary2 real);

How would you create a schema such as:

CREATE TABLE employees (Person1 int, ID2 int, Manager3 int, Name4 text, Salary5 real);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions