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