schema with beans instead of arrays
This commit is contained in:
10
beans/Primary.php
Normal file
10
beans/Primary.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace DatabaseHelper\beans;
|
||||
|
||||
use DatabaseHelper\enums\Type;
|
||||
|
||||
class Primary extends Column
|
||||
{
|
||||
public string $name;
|
||||
public bool $autoInc = true;
|
||||
}
|
Reference in New Issue
Block a user