Reorder and new queries, also change to Query/Builder
This commit is contained in:
9
src/Concept/Database/Query/Truncate.php
Normal file
9
src/Concept/Database/Query/Truncate.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace ProVM\Concept\Database\Query;
|
||||
|
||||
use ProVM\Concept\Database\Query;
|
||||
|
||||
interface Truncate extends Query
|
||||
{
|
||||
public function table(string $table): Truncate;
|
||||
}
|
Reference in New Issue
Block a user