mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-19 18:28:39 -06:00
bugfix docs bad insert overload
This commit is contained in:
@@ -317,8 +317,8 @@ And paste the following code.
|
||||
void run() override
|
||||
{
|
||||
DB::table("posts")->insert({
|
||||
{"name", "1. post"},
|
||||
{"name", "2. post"},
|
||||
{{"name", "1. post"}},
|
||||
{{"name", "2. post"}},
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user