sacodeofficial / sacode.web.id

A draft repo for www.sacode.web.id version 4.0
6 stars 21 forks source link

feat: lengkapi data seeder (Coding Courses, TechShare, Playgrounds, Our Contributors, Merchandise, Donation,) #30

Closed janzenfaidiban closed 3 months ago

janzenfaidiban commented 3 months ago

Hello @Melpenyogi this is a new task for you. You will working on migration and seeder files.

here are the tasks:

Check the database structure on whimsical

contoh kode untuk buat migrasi boolean

$table->boolean('is_on_site')->default(true); //true (1) = On Site, false (0) = Online $table->boolean('is_open')->default(true); //true (1) = Register Now, false (0) = Closed

Happy Coding! πŸ™πŸΌπŸš€πŸŒ