Skip to content

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

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 {}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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