Skip to content

Instantly share code, notes, and snippets.

@AlecKazakova
Created December 29, 2018 21:18
Show Gist options
  • Save AlecKazakova/3cfe64fd764f8bbe961d9ad268d14248 to your computer and use it in GitHub Desktop.
Save AlecKazakova/3cfe64fd764f8bbe961d9ad268d14248 to your computer and use it in GitHub Desktop.
column_def ::= <<column_name_real>> type_name [ 'AS' ('@' annotation) * java_type_name ] ( <<column_constraint_real>> ) * {
implements=[
"com.alecstrong.sqlite.psi.core.psi.SqliteColumnDef";
"com.squareup.sqldelight.core.lang.psi.TypedColumn"
]
extends="com.squareup.sqldelight.core.lang.psi.ColumnDefMixin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment