codeigniter-matches-cli
codeigniter-matches-cli copied to clipboard
Is there any way to create controller with no default methods
You can by modify the template of controller.
is there any list of all data type declaration in migration file?
i want to create created_on = timestamp an updated _at=timestamp where updated_at should have this attribute (on update CURRENT_TIMESTAMP). is tehere any way to declare this(on update CURRENT_TIMESTAMP) with custom field not by default.