Skip to content

Parser does not recognize indexes or note following a column #6

Open
@jameswilddev

Description

@jameswilddev

The following files are not correctly parsed due to missing state transitions:

table example { 
  example_name example_type
  note: 'example note'
}
table example { 
  example_name example_type(example_size)
  note: 'example note'
}
table example { 
  example_name example_type
  indexes {}
}
table example { 
  example_name example_type(example_size)
  indexes {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions