Commit 2e2b125b authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/issue_coin' into 'develop'

fix See merge request !266
parents db7d4932 ad5a29cc
......@@ -51,7 +51,7 @@ class CoinIssueCoin extends CommonActiveRecord
[['total', 'category', 'type', 'platform_id', 'chain_id'], 'integer'],
[['introduction', 'charge_unit'], 'string', 'length' => [1, 20]],
['symbol', 'string', 'length' => [6, 128]],
['name', 'string', 'length' => [1, 20]],
['name', 'string', 'length' => [3, 50]],
['nickname', 'string', 'length' => [0, 10]],
[['token_type', 'nickname'], 'safe'],
#['status', 'in', 'range' => [1, 2, 0]],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment