This commit is contained in:
Yuri Kuznetsov
2023-02-04 14:57:19 +02:00
parent 2a110851df
commit c49db089f5
@@ -29,6 +29,9 @@
namespace Espo\Core\Utils\Database\Schema;
/**
* A DB column parameters.
*/
class Column
{
private bool $notNull = false;