This commit is contained in:
2026-01-11 19:39:55 +01:00
commit c1042c9cde
98 changed files with 9086 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace RomhackPlaza\Database;
defined( 'ABSPATH' ) || exit;
interface Database_Table {
public static function create_table();
public static function verify_table();
}