Files
owlibou_tavern/database/main/creature_attack_property.sql

10 lines
159 B
SQL

create table creature_attack_property
(
id INTEGER
primary key,
name TEXT not null
unique,
beschreibung TEXT
);