Guest User

Untitled

a guest
Mar 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Notas
  2.  
  3. ### Na hora de importar o CSV
  4. * Campos devem estar em ordem correspondente as colunas na tabela do MySQL
  5. * Ordem de inserção: `aluno` -> `pagamento` -> `pagamento_alimentos` -> `turma_alunos`
  6. * > Note When importing data into a table from a CSV file where the table has an ‘auto_increment’ field, make the ‘auto_increment’ value for each record in the CSV field to be ‘0’ (zero). This allows the ‘auto_increment’ field to populate correctly.
Add Comment
Please, Sign In to add comment