2017-08-23 149 views

回答

0

如果「活動」是字符串類型的字段,你可以這樣設置的默認值:

add field Activity with type date and default value today

add field Activity with type string and default value MyDefaultValue

您可以爲「日期」類型做同樣的

或者 「日期時間」 類型:

add field Activity with type datetime and default value now

在你的情況,我會說,你應該嘗試類似:

add field Activity with type string and default value 100%

+0

'用默認值100%設定現場活動'沒有工作。我必須刪除該字段並重新創建。希望還沒有很多數據。 – AlainD

+0

在這種情況下,您可以編輯「create.dust」視圖的代碼並將值設置爲100% – Newmips

相關問題