# id is added by default to the model as the PK
php oil generate model MODEL_NAME sku:int name:varchar description:text --crud
php oil refine install
php oil refine migrate:[up|down|run|current]
# id is added by default to the model as the PK
php oil generate model MODEL_NAME sku:int name:varchar description:text --crud
php oil refine install
php oil refine migrate:[up|down|run|current]