diff --git a/Management/Development and Configuration/Datapack/Database.md b/Management/Development and Configuration/Datapack/Database.md index f877472..8cbc25d 100644 --- a/Management/Development and Configuration/Datapack/Database.md +++ b/Management/Development and Configuration/Datapack/Database.md @@ -21,6 +21,7 @@ function tables.myTable() { database: { tables: { $table: { + lock: bool, // locked tables cannot be accessed by queries name: string, // $name fields: string[], // $field pk: string, // $field