I want only use created_at , how to do it?
I know:
This can custom timestamps name
const CREATED_AT = 'created';
const UPDATED_AT = 'updated';
This can disable timestamps
public $timestamps = false;
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…