So now we went over what the 4 pillars are and we did use classes but just what are they?
Feb 10, 2024Python.org
Nov 8, 2022There are several steps to creating a good ERD. Click the table icon Click anywhere in the grid to place the table Double click the table to open the information section and rename the table Click the AI check box Make sure that the column name for the one you just checked is id Now your not done but your first table is now created. Next we need to create each of the feilds that will be a part of that table Remember that these feilds are what we put in the init section of our class (with a few additions like id and createdAt and updatedAt)
Dec 17, 2021For the rest of our Python stack we will be using the workbench a lot. It becomes our database and how we create them. So here are some images to help navigate the workbench Creating your Database So creating your database sounds hard but with a few images I think you will be good to go. From this 1st Screen shot once you click that You should see the following screen Click that top + to add a new moddle One the next screen you will want to then double click mydb and rename it
Dec 17, 2021or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up