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 b34df28 commit 922e5b3Copy full SHA for 922e5b3
Sources/StructuredQueriesMacros/TableMacro.swift
@@ -1121,6 +1121,7 @@ extension TableMacro: MemberAttributeMacro {
1121
!property.isStatic,
1122
!property.isComputed,
1123
!property.hasMacroApplication("Column"),
1124
+ !property.hasMacroApplication("Columns"),
1125
!property.hasMacroApplication("Ephemeral"),
1126
property.bindings.count == 1,
1127
let binding = property.bindings.first,
0 commit comments