Skip to content

Commit 922e5b3

Browse files
committed
wip
1 parent b34df28 commit 922e5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/StructuredQueriesMacros/TableMacro.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,6 +1121,7 @@ extension TableMacro: MemberAttributeMacro {
11211121
!property.isStatic,
11221122
!property.isComputed,
11231123
!property.hasMacroApplication("Column"),
1124+
!property.hasMacroApplication("Columns"),
11241125
!property.hasMacroApplication("Ephemeral"),
11251126
property.bindings.count == 1,
11261127
let binding = property.bindings.first,

0 commit comments

Comments
 (0)