Core v2.3, N:M Relations
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Core\Objects\DatabaseEntity\Controller;
|
||||
|
||||
use Core\Driver\SQL\SQL;
|
||||
|
||||
interface Persistable {
|
||||
|
||||
public function dependsOn(): array;
|
||||
public function getTableName(): string;
|
||||
public function getCreateQueries(SQL $sql): array;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user