TheCSharpAcademy / TCSS.CommunityProject.FuelLogger

0 stars 0 forks source link

Create Sqlite Database With FuelRecord Table #4

Closed TheCSharpAcademy closed 10 months ago

TheCSharpAcademy commented 10 months ago

Tasks:

Schema: VehicleId AutoIncrement, Primary Key DateCreated DATE Make TEXT Model TEXT Fuel Type INT

All properties should be NOT NULL

Any suggestions for more properties needed are welcome. 😁