From: Devops Date: Tue, 30 May 2017 09:19:01 +0000 (+0100) Subject: fix bug for extras X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=49c1645013bacbc3f46de2fcacb0ece7bad0cd28;p=nb.git fix bug for extras --- diff --git a/lib/php/db/table.php b/lib/php/db/table.php index beef87e5..fed26d64 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -812,6 +812,7 @@ Class Table extends nb { 'name' => $k, 'type' => 'text', 'extras' => $v, + 'table' => $this, ]); $this->fields[$k] = $v;