# Database Tables

Nord Crafting creates/manages the following tables in this package:

| Table | Purpose |
|---|---|
| `nord_crafting_settings` | Schema version and runtime options |
| `nord_crafting_meta` | Crafting metadata/version compatibility |
| `nord_crafting_blueprints` | Blueprint definitions |
| `nord_crafting_fixed` | Fixed benches |
| `nord_crafting_placed` | Portable/placed benches |
| `nord_crafting_logs` | Crafting log records |
| `nord_crafting_props` | Custom prop catalog |
| `nord_crafting_recipes` | Custom recipes |
| `nord_crafting_levels` | Level tiers |
| `nord_crafting_player_levels` | Player XP/level |
| `nord_craft_benches` | Compatibility/legacy bench schema |
| `nord_craft_recipes` | Compatibility/legacy recipe schema |

The automatic initializer uses the configured Crafting version as the database schema version.
