-
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] Contains …
-
# Database Schema
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign k…
-
- [x] Contains correct datatypes
- [ ] Contains appropriate constraints/details
- [ ] primary key
- [x] not null
- [x] unique
- [ ] indexed
- [ ] foreign key
- [ ] Contain…
-
I propose the following schema for the input CSV files:
https://github.com/averagehat/pux-starter-app/blob/sequence-db/schema.md
-
need to create user schema
-
Hi there,
I'd like the option to omit some fields specifically when generating the schema.
Right now, my model contains an updatedAt field, it is compulsory, but I want to specifically exclude t…
-
I've connected to our databricks workspace with a `sa.Engine`, specifying the database/catalog as `my-catalog`:
```python
>>> engine
Engine(databricks://token:***@mycompany-test.cloud.databricks.co…
-
- [x] Contains correct datatypes
- [x] Contains appropriate constraints/details
- [x] primary key
- [x] not null
- [x] unique
- [x] indexed
- [x] foreign key
- [x] Contains …
-
- [ ] Username/Twitter handle
*need to store password?*
- [ ] How to store CSV dataset
*json? string?*
-
Hi there,
some correction in the database schema. You should not add (repeat) the fields `bookName, memberName, phone` again in other tables. Since you already have added the foreign key you can ju…