We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95466b4 commit 41c651bCopy full SHA for 41c651b
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## Unreleased
4
5
-- Nothing yet!
+- Change visibility on CreateTableElementType https://github.com/sqldelight/sql-psi/pull/691
6
7
8
## [0.6.0] - 2025-08-08
core/src/main/kotlin/com/alecstrong/sql/psi/core/psi/mixins/CreateTableMixin.kt
@@ -264,7 +264,7 @@ internal abstract class CreateTableMixin private constructor(
264
}
265
266
267
-internal class CreateTableElementType(
+open class CreateTableElementType(
268
name: String,
269
) : SqlSchemaContributorElementType<TableElement>(name, TableElement::class.java) {
270
override fun nameType() = SqlTypes.TABLE_NAME
0 commit comments