schema-migrations
Here are 44 public repositories matching this topic...
sequelize init:models creates a 'models' folder and an index.js file.
What does this do?
How is this intended to be used?
You might consider putting some comments into the file. Would probably save people a lot of hassle trying to figure this out over and over.
Thanks!
Would you be interested in using mypy to validate PEP 484 type annotations as a part of migra's CI? If so, what syntax would you find acceptable? There's:
- My first choice, python 3.5+ native syntax:
from typing import Union
def foo(a: str, b: int) -> Union[int, str]:
return b if b else a- the other option, python 2.7+ inl
MySQL 8.0 has a lot more reserved words than prior versions (the rationale was to peek ahead at the standard and add them all at once). They are also all accessible via information_schema:
mysql8019> SELECT word FROM information_schema.keywords WHERE reserved=1;
+-------------------------------+
| WORD |
+-------------------------------+
| ACCESSIBLE
-
Updated
Mar 11, 2020 - Ruby
-
Updated
Apr 5, 2020 - Go
-
Updated
Apr 29, 2020 - PHP
-
Updated
Apr 21, 2020 - Python
-
Updated
Sep 22, 2017 - Ruby
@sboosali proposed to port json-schema examples to schematic and document how the json-schema export works, so I'm separating this as an isolated issue.
As you can see, this library is very conservative in regard of json-schema version:
https://github.com/typeable/schematic/blob/master/src/Data/Schematic/JsonSchema.hs#L25
I haven't checked if it's compatible with newer drafts, but it's high
-
Updated
May 24, 2020 - C#
-
Updated
May 31, 2020 - Java
-
Updated
Jul 9, 2019 - C
-
Updated
Jun 29, 2020 - Ruby
-
Updated
Apr 22, 2020 - Kotlin
-
Updated
May 5, 2020 - Java
-
Updated
Sep 10, 2019 - Swift
-
Updated
Feb 14, 2020 - PHP
-
Updated
May 22, 2020 - JavaScript
Examples
- get-started (commonjs)
- babel-async-await
- babel-typescript
- typescript
- backup
- docker-backup
-
Updated
Nov 19, 2019 - Python
-
Updated
May 30, 2020 - Perl
-
Updated
Apr 10, 2016 - Shell
I am trying to use yoyo 7.0.0 on Python 3.7 against Postgres 11 on Google Cloud SQL.
I propose there is a significant typo in the yoyo documentation about transactionality.
PostgreSQL
In PostgreSQL it is an error to run certain statements inside a transaction block. These include:CREATE DATABASE ...
CREATE TABLE
-
Updated
Jun 20, 2020 - Go
-
Updated
Jan 12, 2019 - JavaScript
-
Updated
Jan 31, 2020 - C#
-
Updated
Jan 13, 2019 - CSS
-
Updated
Apr 8, 2017 - C#
-
Updated
Mar 20, 2020 - Ruby
Improve this page
Add a description, image, and links to the schema-migrations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the schema-migrations topic, visit your repo's landing page and select "manage topics."
Not really an issue, but rather another use of the tool that could be advertised in the documentation.
We have slaves that have discrepancies (missing rows, rows with some different values) as highlighted by a very long run of pt-table-checksum. We tried fixing these tables with pt-table-sync with no success.
By running gh-ost on a master using RBR (does not work with statement based replica