kong--kong
11 行
170 B
Lua
11 行
170 B
Lua
return {
|
|
{
|
|
name = "foos",
|
|
primary_key = { "color" },
|
|
fields = {
|
|
{ color = { type = "string" } },
|
|
{ shape = { type = "string" } },
|
|
},
|
|
},
|
|
}
|