mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-23 20:27:45 -05:00
4 lines
130 B
SQL
4 lines
130 B
SQL
insert into main.creature_type (creature_type_id, type_name)
|
|
values (1, 'Outside'),
|
|
(2, 'Inside'),
|
|
(3, 'Hybrid'); |