Skip to content

Commit 46ca101

Browse files
committed
Close Since
1 parent 0ca5351 commit 46ca101

File tree

1 file changed

+1
-1
lines changed
  • src/content/doc-surrealql/statements/define

1 file changed

+1
-1
lines changed

src/content/doc-surrealql/statements/define/table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ RELATE city:one->road_to->city:three SET
705705

706706
## Inserting data from undefined fields on a `SCHEMAFULL` table
707707

708-
<Since v="v3.0.0-alpha.14">
708+
<Since v="v3.0.0-alpha.14" />
709709

710710
Previously, an insert into a `SCHEMAFULL` table would work even if extra data was present. The query below shows this behaviour, in which the data inside `unneeded_data` is simply filtered out.
711711

0 commit comments

Comments
 (0)